Editing Statistics and Statistical Programming (Fall 2020)/pset6

From CommunityData
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
This week's programming challenges are all about analyzing continuous data. For most of this, I'd like you to replicate some the analysis done in this paper (note: I do not think you need to read it deeply to answer the questions below):
This week's programming challenges are all about analyzing continuous data. For most of this, I'd like you to replicate some the analysis done in this paper (note: I do not think you need to read it deeply to answer the questions below):


:: Lagakos, S., & Mosteller, F. (1981). A case study of statistics in the regulatory process: the FD&C Red No. 40 experiments. ''Journal of the National Cancer Institute'', 66(1), 197–212. [[https://www.gwern.net/docs/statistics/1981-lagakos.pdf PDF]]
: Lagakos, S., & Mosteller, F. (1981). A case study of statistics in the regulatory process: the FD&C Red No. 40 experiments. ''Journal of the National Cancer Institute'', 66(1), 197–212. [[https://www.gwern.net/docs/statistics/1981-lagakos.pdf PDF]]


Overall, the goal of this research was to understand whether/how doses of red dye number 40 affect the survival of mice (and, by extension, humans).
Overall, the goal of this research was to understand whether/how doses of red dye number 40 affect the survival of mice (and, by extension, humans).
Line 28: Line 28:
=== PC3. Replicate the ANOVA analysis ===
=== PC3. Replicate the ANOVA analysis ===
Estimate an ANOVA analysis using <code>aov()</code> to test the global hypothesis of a difference between the groups.
Estimate an ANOVA analysis using <code>aov()</code> to test the global hypothesis of a difference between the groups.
==== SQ4. Report and interpret your ANOVA results ====
==== SQ4. Report and interpret your results ====
(Note: Make sure to call <code>summary()</code> on the output of your <code>aov()</code> command.)
Make sure to call <code>summary()</code> on the output of your <code>aov()</code> command.  


=== PC4. Estimate differences in means ===
=== PC4. Estimate differences in means ===
After performing an ANOVA, people sometimes do t-tests between specific groups to test/estimate differences-in-means. In this case, you should do a t-test on the average survival time of mice with ''none'' RD40 and mice with ''any'' (i.e., at least a small amount). Next, run a t-test between the group with a high dosage and control group.  
After performing an ANOVA, people sometimes do t-tests between specific groups to test/estimate differences-in-means. In this case, you should do a t-test on the average survival time of mice with ''none'' RD40 and mice with ''any'' (i.e., at least a small amount). Next, run a t-test between the group with a high dosage and control group.  


==== SQ5. Report and interpret your t-test results ====
==== SQ5. Report and interpret your results ====  
Make sure to include the estimated difference of means as well as the test-statistic and p-value.
 
==== SQ6. Multiple comparisons ====
Now, let's imagine that you wanted to test for differences in average survival time across all of the possible pairings of groups in the study. Should you adjust for multiple comparisons? Why (not)? If so, how would you go about it?


== Empirical paper questions ==
== Empirical paper questions ==


We'll continue our apparent focus on blogs with several questions about the following (very, very short) paper.
We'll continue our apparent focus on blogs with the following questions about the Sweetser and Metzgar paper.
 
::Sweetser, K. D., & Metzgar, E. (2007). Communicating during crisis: Use of blogs as a relationship management tool. ''Public Relations Review'', 33(3), 340–342. [[https://doi.org/10.1016/j.pubrev.2007.05.016 Available through NU Libraries]]


=== EQ1. Interpret the results re: RQ4 ===
=== EQ1. Interpret the results re: RQ4 ===
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)