lme4 (version 0.5-2)

Pixel: X-ray pixel intensities over time

Description

The Pixel data frame has 102 rows and 4 columns of data on the pixel intensities of CT scans of dogs over time

Arguments

source

Pinheiro, J. C. and Bates, D. M. (2000) Mixed-effects Models in S and S-PLUS, Springer.

Examples

Run this code
data(Pixel)
fm1 <- lme(pixel ~ day + I(day^2), data = Pixel, random = ~1 | Dog/Side)
#fm1 <- 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 DataCamp Workspace