subject
Mathematics, 22.09.2020 14:01 zackinator4894

Fitbit is a company that sells various activity trackers that measure physical activity. A study aims to investigate whether tracker type and gender impact the amount of physical activity (measured by the total number of steps taken per day). Assume you are the lead of a statistical analysis team that has access to data collected from randomly selected 400 Fitbit users including their:• tracker type (Versa, Charge, Inspire and Ionic – 100 people in each tracker type group),• gender (F = female, M = male), and• steps (number of steps taken per day). Copy, paste and run the R syntax below in your R console to create the dataset called fitbit. # Start of R syntax# Components of the datasettracker = c(rep("versa", 100), rep("charge", 100), rep("ionic",100), rep("inspire",100))gender = c(rep("M", 50), rep("F",50),rep("M", 50), rep("F",50),rep("M", 50), rep("F",50),rep("M", 50), rep("F",50))steps = c(runif(100, min=5000, max=8000),runif(100, min=2000, max=3500),runif(100, min=4000, max=6500),runif(100, min=7500, max=12000)) # Create the dataset called fitbitfitbit <- data. frame(tracker, gender, steps) #Check out the dataset structurestr(fitbit) # End of R syntaxDevelop and run a statistical model in R using the dataset fitbit to test the hypotheses whether tracker type (column name: tracker) and gender (column name: gender) have a statistically significant impact on the response variable (column name: steps) at the significance level 0.05. Assume there is no interaction between tracker type and gender. Which factor(s) is/are significant? What is the statistical decision? Explain your results. Now, assume there might be an interaction between tracker type and gender. Develop and run a new statistical model to include an interaction term using the dataset fitbit. Which factor(s) is/are significant? What is the statistical decision? How would you interpret the results? Which model (with or without interaction term between tracker type and gender) would you recommend using? Why? Explain your results. A junior analyst who joined your team recently is worried about whether the selected model in Question 4 is appropriate for the given data. Check the normality assumption using the appropriate visualization method in R. Does the normality assumption of the selected model hold? Explain your results.

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 16:00
Select the correct answer. joshua likes to read. he read 6 books when he was 6 years old. every year he doubled the number of books he read the previous year. how many total books did he read between the ages of 6 and 10? a. 60 b. 90 c.186 d.187
Answers: 1
question
Mathematics, 21.06.2019 16:30
11. minitab software was used to find the lsrl for a study between x=age and y=days after arthroscopic shoulder surgery until an athlete could return to their sport. use the output to determine the prediction model and correlation between these two variables. predictor coef se coef t p constant -5.054 4.355 -1.16 0.279 age 0.2715 0.1427 1.9 0.094 r-sq = 31.16%
Answers: 2
question
Mathematics, 21.06.2019 18:30
Suppose your school costs for this term were $4900 and financial aid covered 3/4 of that amount. how much did financial aid cover? and how much do you still have to pay?
Answers: 1
question
Mathematics, 22.06.2019 00:50
Astudent is determining the influence of different types of food on the growth rate of spiders. she feeds one group of spiders two caterpillars twice a week. the other group received similarly-sized beetles twice a week. she records the amount of time required for individuals to reach sexual maturity. her hypothesis is that the spiders feeding on caterpillars will have a faster growth rate because caterpillars have a higher protein content compared to beetles. in this experiment, what is the dependent variable? spiders assigned to different feeding groups. time required to reach sexual maturity number of prey items fed twice a week. growth rates of each group.
Answers: 2
You know the right answer?
Fitbit is a company that sells various activity trackers that measure physical activity. A study aim...
Questions
question
Mathematics, 20.05.2021 08:30
question
Computers and Technology, 20.05.2021 08:30
question
Mathematics, 20.05.2021 08:30
Questions on the website: 13722359