powered by
The Pixel data frame has 102 rows and 4 columns of data on the pixel intensities of CT scans of dogs over time
Pixel
This data frame contains the following columns:
a factor with levels A to J designating the dog on which the scan was made
A
J
a factor with levels L and R designating the side of the dog being scanned
L
R
a numeric vector giving the day post injection of the contrast on which the scan was made
a numeric vector of pixel intensities
# NOT RUN { options(show.signif.stars = FALSE) str(Pixel) summary(Pixel) (fm1 <- lmer(pixel ~ day + I(day^2) + (1|Dog:Side) + (day|Dog), Pixel)) # }
Run the code above in your browser using DataLab