Question: use RStudio to answer these questions. # Part 1 ------------------------------------------------------------------ myDesigns
use RStudio to answer these questions.
# Part 1 ------------------------------------------------------------------
myDesigns <- read.csv("web_page_data.csv")
# 1) Which statistical test can tell us if the average session time in Design A and Design B are different?
# 2) Create a useful visualization or a summary of the data for this analysis.
# 3) Conduct the appropriate statistical test and interpret the results in a comment line.
# Part 2 ------------------------------------------------------------------
mySports <- read.csv("Fav_Sports.csv")
# 4) Which statistical test can help us answer this question?
# 5) Create a useful visualization or a summary of the data for this analysis.
# 6) Conduct the appropriate statistical test and interpret the results in a comment line.
# Part 3 ------------------------------------------------------------------
myScores <- read.csv("Video_Game.csv")
# 7) Which statistical test can help us answer this question?
# 8) Create a useful visualization or a summary of the data for this analysis.
# 9) Conduct the appropriate statistical test and interpret the results in a comment line.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
