lme4 (version 0.6-3)

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)
Pixel$DS = getGroups(Pixel, ~ 1 | Dog/Side, level = 2)
fm1 <- lme(pixel ~ day + I(day^2), data = Pixel,
           random = list(DS = ~ 1, Dog = ~ 1))
summary(fm1)
VarCorr(fm1)

Run the code above in your browser using DataCamp Workspace