Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. I have 4 weight loss treatments, and I wish to know if they vary in effectiveness. I split a sample into 4 groups,



image text in transcribed

1. I have 4 weight loss treatments, and I wish to know if they vary in effectiveness. I split a sample into 4 groups, and assign each group a different weight loss treatment, with the total weight loss given in the data set Weight.csv. Download this file from Courselink and import the data into R (using the file.choose command that you used in previous assignments). Call the data X. a) Execute the command: Y = aov(X$Weight Loss~X$Treatment, data=X) followed by summary (Y) to obtain the ANOVA table testing the null hypothesis that the mean weight loss for all 4 treatments are identical. Attach the printout. b) What does the p-value in the table allow us to conclude at the 5% level of significance? c) One alternative to the Fisher LSD Test is the "Tukey Test". Run the Tukey test via the command Tukey HSD(Y, ordered=T). This yields confidence intervals, as well as a p-value for each pairwise test. Attach a printout of your results. d) The Tukey Test helps us identify which treatments differ from each other. Using a level of significance of 5%, what conclusions can we make based on the Tukey Printout?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Making Hard Decisions with decision tools

Authors: Robert Clemen, Terence Reilly

3rd edition

538797576, 978-0538797573

More Books

Students also viewed these Mathematics questions

Question

Why are stereotypes so resistant to change?

Answered: 1 week ago

Question

void fun ( int n ) { if ( n Answered: 1 week ago

Answered: 1 week ago