Question
Use theSnakes dataset:Snakes.RData. Use R when appropriate. Provide the following for each ANOVA: 1) Assessment of all assumptions(if any fail, move a head with analysis,
- Use theSnakes dataset:Snakes.RData. Use R when appropriate. Provide the following for each ANOVA: 1) Assessment of all assumptions(if any fail, move a head with analysis, but note in your conclusion), 2) Hypotheses, 3) Conclusion & Interpretation, and Tukey differences where appropriate. Include all necessaryinformation to address the question(s) asked.
Again, please use a similarclean formatting structureas used in previous Tie it Together assignments from module 4 and 5.
Homework Questions
- We developed a study to determine if different heart drugs had an effect on pulse rates in snakes. We placed snakes into three groups, and administered one of three drugs. Determine if there is a treatment effect of drug on pulse rate. If there is an effect, determine (if possible) which drug reduced the pulse rate in snakes the most.
- We also tracked the weight in snakes within the groups described above. Determine if there is a drug effect on weight. If there is an effect, determine (if possible) which drug increased snakes' weight the most.
- Just to be sure, we also tracked length measurements of the snakes. Determine if there is a drug effect on length. If there is an effect, determine (if possible) which drug leads to the shortest snakes.
> head(Snakes)
DrugGroupPR Weight Length
1A 24.56 495.7422.3
2A 27.55 508.1219.5
3A 21.49 500.3320.4
4A 29.82 495.8220.0
5A 28.83 492.7318.6
6A 25.14 503.0821.9
> load("/Users/carolynreid/Library/Mobile Documents/com~apple~CloudDocs/Downloads/Snakes.rdata")
ANOVA: 1) Assessment of all assumptions(if any fail, move a head with analysis, but note in your conclusion), 2) Hypotheses, 3) Conclusion & Interpretation, and Tukey differences where appropriate.
1.We developed a study to determine if different heart drugs had an effect on pulse rates in snakes. We placed snakes into three groups, and administered one of three drugs. Determine if there is a treatment effect of drug on pulse rate. If there is an effect, determine (if possible) which drug reduced the pulse rate in snakes the most.
2.We also tracked the weight in snakes within the groups described above. Determine if there is a drug effect on weight. If there is an effect, determine (if possible) which drug increased snakes' weight the most.
3.Just to be sure, we also tracked length measurements of the snakes. Determine if there is a drug effect on length. If there is an effect, determine (if possible) which drug leads to the shortest snakes.
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