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
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