- Mixed Models
- Toenail Fungus Example
- Gibbs Sampling and Centering
- Group Exercise
toenail <- read.table("http://www.ics.uci.edu/~wjohnson/BIDA/Ch8/ToenailData.txt", header=TRUE) attach(toenail) head(toenail)
## ID y Trt Time Visit ## 1 1 1 1 0.0000000 1 ## 2 1 1 1 0.8571429 2 ## 3 1 1 1 3.5357143 3 ## 4 1 0 1 4.5357143 4 ## 5 1 0 1 7.5357143 5 ## 6 1 0 1 10.0357143 6
toenail
data.Be prepared to present you results on 2/27 during class. Each group will have 20 minutes to present. Discussion on 2/22 is open for working time and questions related to the the group exercise.