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 
Format
This data frame contains the following columns:
- Dog
-  a factor with levels 1to10designating the dog on which the scan was made
- Side
-  a factor with levels LandRdesignating the side of the dog being scanned
- day
-  a numeric vector giving the day post injection of the contrast on which the scan was made 
- pixel
-  a numeric vector of pixel intensities 
Source
Pinheiro, J. C. and Bates, D. M. (2000) Mixed-effects Models in S and S-PLUS, Springer.
Examples
fm1 <- lme(pixel ~ day + I(day^2), data = Pixel,
           random = list(Dog = ~ day, Side = ~ 1))
summary(fm1)
VarCorr(fm1)
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.