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

From CommunityData
< Statistics and Statistical Programming (Winter 2017)
Revision as of 06:21, 16 February 2017 by Benjamin Mako Hill (talk | contribs) (Created page with "The first set of programming challenges will use your the individual dataset we used in Statistics and Statistical Programming (Winter 2017)/Problem Set: Week 3|the week 3 p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The first set of programming challenges will use your the individual dataset we used in the week 3 problem set's programming challenges:

PC0. Load up your dataset as you did in week 3 PC2.
PC1. If you recall from week 3 PC6, x and y seemed like they linearly related. We now have the tools and terminology to describe this relationship and to estimate just how related they are. Run a t.test between x and y in the dataset and be ready to interpret the results for the class.
PC2. Estimate how correlated x and y are with each other?
PC3. Recode your data in the way that I laid out in Week 3 PC7.
PC4. Generate a set of three linear models and be ready to intrepret the coefficients, standard errors, t-statistics, p-values, and for each:
(a)
(b)
(c)
PC5. Generate a nice looking publication-ready table with a series of fitted models and put them in your table.