Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Okay, so in my assignment I must use the following data: ( 1 ) track name; ( 2 ) artist; ( 3 ) artist count;
Okay, so in my assignment I must use the following data: track name; artist; artist count; released year; released month; released day; in spotify playlist; in spotify charts; streams; in apple playlist; in apple charts; in deezer playlist; in deezer charts; in shazam charts; bpm; key; mode; danceability percent; valence percent; energy percent; acoustiness percent; instreuumentalness percent; liveness percent; speechiness percent. Okay, so then my task is to explore and analyze the spotify datset using graphical summaries created using R Create a min of properly labelled plotsgraphsfigures that summarize some of the patterns in the data. It is recommended that you at least use different types of plots. For each plot, write a paragraph explaining the patterns andor trends you see in the plot. NOTE: there is songs listed in the database Im just a bit confused on what to do regarding the Rcode and evrurhing, I dont know, would someone just be able to help me
We are interested in the proportion of songs that are in a major key. Answer the following questions using the Spotify dataset. All calculations should be done in R; please show your code and output.
a Test whether of songs are in a major key using a State the hypotheses, calculate the Z statistic and pvalue using R and state the relevant conclusion.
b Compute a confidence interval for the proportion of songs that are in a major key. You may use p Interpret the interval.
We are interested in average beats per minute of a song. Answer the following questions using the Spotify dataset. All calculations should be done in R; show your code and output.
a Test whether the average beats per minute of a song is equal to bpm using aState the hypotheses, calculate the test statistic and pvalue using R and state the relevant conclusion.
b Compute a confidence interval for the average beats per minute of a song. Interpret the interval.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started