Statistics and Statistical Programming (Winter 2017)/Problem Set: Week 7

From CommunityData
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Programming Challenges

PC1. Download this dataset in Stata DTA format which contains an anonymized and reduced version of the data visualized in the Buechley and Hill paper on Lilypad. Once you have it
(a) Reproduce both Table 1 and Table 2 (just US users) using the dataset (as closely as possible).
(b) Run a -test on both tables. Compare to the paper (for Table 1, there doesn't seem to be a test for Table 2). Did you reproduce it?
(c) Install the package "gmodels" and try to display the table using the function CrossTable(). This will give you output very similar to SPSS.
(d) It's important to be able to import tables directly into your word processor without cutting and pasting individual cells. Can you export the output of your table? There are a bunch of functions you can use to do this. I used the "xtable" package but I think that write.table() and Excel would do the job just as well.
PC2. At the Community Data Science Workshops we had two parallel afternoon sessions on Day 1. In my session, there were 42 participants. In Tommy Guy's session, there were only 19. The next week (Day 2), we asked folks to raise their hands if they had been in Tommy's session (14 did ) and how many had been in mine (31 did). There was clearly attrition in both groups! Was there more attrition in one group than another? Try answering this both with a test of proportions (prop.test()) and with a . Compare your answers. Is there convincing evidence that there is a dependence between instructor and attrition?
PC3. Download this dataset that was just published on "The Effect of Images of Michelle Obama’s Face on Trick-or-Treaters’ Dietary Choices: A Randomized Control Trial." The paper doesn't seem to have even been published yet so I think the abstract is all we have. We'll come back to it again next week.
(a) Download and import the data into R. I needed to install the "readstata13" package to do so.
(b) Take a look at the codebook if necessary. Recode the data on being presented with Michelle Obama's face and the data on whether or not kids picked up fruit. we'll leave it at that for now.
(c) Do a simple test on whether or not the two groups are dependent. Be ready to report those tests. The results in the paper will use linear regression. Do you have a sense, from your reading, why your results using the coding material we've learned might be different?

Statistical Questions from OpenIntro §6

Q0. Any questions or clarifications from the OpenIntro text or lecture notes?
Q1. Exercise 7.6 using some census data from the UK
Q2. Exercise 7.40 using date from rate my professor
Q3. Exercise 8.4 on school absenteeism
Q4. Exercise 8.10 on school absenteeism again (no sub-parts)
Q5. Exercise 8.14 on evaluating regression residuals (no sub-parts)

Empirical Paper Questions

These questions are about the Lampe and Resnick paper which is a very highly cited paper in my area of research. For this week, we'll focus on the correlation table (Table 3) and the regression table in Table 5. We'll come back to the logistic regression next week.

Q6. Be ready to explain Table 3. In particular, be ready to talk about the bivariate relationships between Final score all of the other variables in the model. Be ready to talk about the correlation both in quantitative and in substantive terms.
Q7. Do you think that the assumptions that underly the linear regression model reported in Table 5 hold? If you can't decide, what information might you like to have seen provided to help you?
Q8. Be ready to explain what Table 5 means in both statistical and substantive terms. In particular, be ready to interpret the coefficients in substantive terms and be ready to explain what the t-statistics, , and p-values mean. Be ready to provide an sentence for each that interprets each number in the table in substantive terms. This will mean understanding what every variable actually measures.