BioStat 571 Homework
- Week 1 Exercises - Due Wednesday January 13, 2010
- Week 2 Exercises - Due Wednesday January 20, 2010
- Week 3 Exercises - Due Wednesday January 27, 2010
- PDF version of Exercise #3
- CT-chapter2.pdf -- Cameron and Trivedi, Chapter 2
- Liang-McCullagh-1993.pdf -- review article regarding overdispersion
- Bee-data.txt Data for
question #1 -- bee activity data
- Note: For question #1 you will want to use the splines library in R, and the function "ns" to fit natural splines.
- New Note: (22 Jan 2010)
For question #1 if you are not familiar with some
of the spline models then the following code should help orient you to the
basic ideas -- shown here for a linear model, but the regression structure can
be used for any GLM -- spline-tutorial.q --
Save this, review the code/comments, and run the code to show some model fits.
- Note: The file zip-single.q
contains the mixture model setup that we are studying in question 2.
- Note: The example in the notes on pages 143-1 through 143-6 should be helpful in question #2 (code also in Handouts section).
- Solution Information
- Week 4 Exercises - Due Wednesday February 3, 2010
- Week 5 Exercises - Due Wednesday February 10, 2010
- Week 6 MIDTERM - Due Friday February 19, 2010
- Week 7 Exercises - Due Wednesday February 24, 2010
- Week 8 Exercises - Due Wednesday March 3, 2010
- Week 9 Exercises - Due Wednesday March 10, 2010
- PDF version of Exercise #8
- madras.data ----- Madras schizphrenia symptoms data.
- madras.txt ----- documentation
- gauss.hermite.q ----- function that returns ordinate values and weights for Gauss-Hermite quadrature. The function has a single argument: q = number of quadrature points. A list is returned with: z = evaluation points; w = weights.
- Solution Information