
Pixel
data frame has 102 rows and 4 columns of data on the
pixel intensities of CT scans of dogs over timefm1 <- lme(pixel ~ day + I(day^2), data = Pixel,
random = list(Dog = ~ day, Side = ~ 1))
summary(fm1)
VarCorr(fm1)
Run the code above in your browser using DataLab