Question

Consider a one-way ANOVA setup with three levels of an experimental factor, and with sample size n 15. Use R to obtain a randomization of treatments to experimental units, in such a way that someone else could duplicate your particular random assignment. Include your R code and output in your answer

0 0
Add a comment Improve this question Transcribed image text
Answer #1

### R command

Y=c(73,68,72,72,72,53,58,62,59,56,86,82,80,85,88)
Factor=c('1','1','1','1','1','2','2','2','2','2','3','3','3','3','3')
model=aov(Y~Factor)
summary(model)

## Output

> Y=c(73,68,72,72,72,53,58,62,59,56,86,82,80,85,88)
> Factor=c('1','1','1','1','1','2','2','2','2','2','3','3','3','3','3')
> model=aov(Y~Factor)
> summary(model)
Df Sum Sq Mean Sq F value Pr(>F)
Factor 2 1769.7 884.9 104.9 2.5e-08 ***
Residuals 12 101.2 8.4
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Add a comment
Know the answer?
Add Answer to:
Consider a one-way ANOVA setup with three levels of an experimental factor, and with sample size...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Number 4 only. I think the answer is yes but I’m having trouble explaining why. Done...

    Number 4 only. I think the answer is yes but I’m having trouble explaining why. Done 1 of 3 B Identify all factors, factor levels, and factor-level combinations. C What type of study design is being implemented here? 3 Consider a one-way ANOVA setup with three levels of an experimental factor, and with sample size n 15 Use R to obtain a randomization of treatments to experimental units, in such a way that someone else could duplicate your particular random...

  • Consider the following partially completed two-way ANOVA table. Suppose there are four levels of Factor A...

    Consider the following partially completed two-way ANOVA table. Suppose there are four levels of Factor A and two levels of Factor B. The number of replications per cell is 4. Use the 0.01 significance level. (Hint: Estimate the values from the Ftable.) a. Complete an ANOVA table. (Round MS and Fto 2 decimal places.) ANOVA SS df MS F Source Factor A 70 3 1.40 Factor B 50 11 23.33 50.00 70.00 3.00 Interaction 210 3 4.20 Error 24 16.67...

  • Using the following table, provide three examples of a simple one- way ANOVA, two examples of a two-factor ANOVA, and on...

    Using the following table, provide three examples of a simple one- way ANOVA, two examples of a two-factor ANOVA, and one example of a three.factor ANOVA. We show you some examples. Be sure to identify the grouping and the test variable as we have done here. Test Variable Design Grouping Variable(s) Simple ANOVA FOur levels of hours of Typing accuracy training 2, 4, 6, and 8 hours Enter your example here. Enter your example here. Enter your example here. Enter...

  • Which of the following is NOT a way to reduce random error? Increase sample size Change...

    Which of the following is NOT a way to reduce random error? Increase sample size Change study design Randomization Improve instrumentation Ensure representativeness True/False: Random errors are more serious for the validity of a study than systematic errors. A group of women with a family history of breast cancer enroll themselves into a study that aims to reduce incidence of breast cancer. This is an example of what type of bias? Surveillance bias Nonresponse bias Recall bias Prevarication bias Misclassification...

  • Saved Help Consider the following partially completed two-way ANOVA table. Suppose there are 5 levels of...

    Saved Help Consider the following partially completed two-way ANOVA table. Suppose there are 5 levels of Factor A and 4 levels of Factor B. The number of replications per cellis 3. Use the 0.01 significance level. (Hint: estimate the values from the Ftable.) 1. Complete an ANOVA table. (Round MS and Fto 2 decimal places.) Source MSF Factor A Factor B Interaction 2. Find the critical values to test for equal means. (Round your answers to 2 decimal places.) Critical...

  • I will rate 3. Consider the following One-way ANOVA computer output below. Source df SS MS...

    I will rate 3. Consider the following One-way ANOVA computer output below. Source df SS MS F Treatments (1) (2) (3) (5) (6) Error 15 167.5 (4) Total 19 326.2 a) How many levels of the treatment were used in this experiment? (3 pts) b) How many replicates were used for each treatment? (3 pts) c) Estimate the variance of the error term (2 pts) d) Find the value for (1) through (6) (6 pts) e) Find the critical value...

  • This homework assignment should help you towards understanding one-way analysis of variance (ANOVA) statistical tests AND...

    This homework assignment should help you towards understanding one-way analysis of variance (ANOVA) statistical tests AND allow you to become familiar with using Rmarkdownand some basic LaTexprogramming. By using Rmarkdown, you can include your R code, the output and any written explanations within one output file.   You should complete this entire assignment with Rmarkdown.   Recently scientists have surveyed the local fish species in several nearby ponds. The scientists are trying to figure out if the fish are significantly different in...

  • its separted into two pictures QUESTION 16 10 points The one-way ANOVA can be modeled as Use the following data to find the estimated treatment effect for "green". I green x-factor...

    its separted into two pictures QUESTION 16 10 points The one-way ANOVA can be modeled as Use the following data to find the estimated treatment effect for "green". I green x-factor (o("green". "green". v-e(1.26, 1.274, 1.259, 1.743, 1.698, 1.6as) What is the value for t green? green", "biue", "blue*,"blue) O -0.221333 O 2.1514 O -0.4427 O 1.266 ¥ Question Completion Status: QUESTION 14 A simple linear regression model has a sample size of 15. What are the degrees of freedom...

  • Generate a random sample of 20,000 x values (based on a sample of size 30) from...

    Generate a random sample of 20,000 x values (based on a sample of size 30) from a Normal distribution with a mean of 26 and a standard deviation of 5. Be sure to use 30116 as your seed. Find the approximate mean and standard deviation of the sampling distribution of the sample means (x) based on your simulation. No credit will be awarded for responses that do not include R code and output.

  • The First Collectible Homework for the Test and One Way ANOVA A researcher is investigating whether...

    The First Collectible Homework for the Test and One Way ANOVA A researcher is investigating whether there are gender differences in choice of alcoholic beverage (wine or beer). The researcher conducted a study in Ybor City, observing a random sample of men and women and noted both the gender and the choice of beverage for 28 randomly selected participants. These are the data or es Gender Type of Drink Gender Womarn Woman Male Woman Woman Woman Male Womarn Woman Male...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
Active Questions
ADVERTISEMENT