You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be sure to compute the appropriate total scores for the ESS, ASHS and Attention variables.
21
+
We have been asked by an up and coming music artist to use our advanced data analytic skills to see what has been related to the most popular songs. They have provided us with all of this data for recent popular songs that have been streamed the most.
22
22
23
-
Once completed, only include students who have "passed" the attention check (i.e., having a score of 4 or higher on the attention sum total).
23
+
Our goal is to identify which variable is most related to higher streams. These variables that they are looking at are things like danceability, instrumentalness, etc.
24
24
25
-
*hint: use dplyr and filter*
25
+
### Variables of Interest
26
26
27
-
```{r}
28
-
## Task 1: Computing scales
29
-
30
-
31
-
32
-
```
27
+
-`streams`: The number of streams for the individual song
33
28
34
-
## Task 2: Roommates and Daytime Sleepiness (A Group Comparison)
29
+
- Percentage Variables: These variables reflect a rating from 0-100 on the intensity related to that variable
35
30
36
-
**The Research Question:** "Do students who have a roommate report different levels of daytime sleepiness compared to students who do not have a roommate?"
0 commit comments