Rev 4795 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/Orthodont.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{Orthodont}\alias{Orthodont}\title{Growth curve data on an orthdontic measurement}\description{The \code{Orthodont} data frame has 108 rows and 4 columns of thechange in an orthdontic measurement over time for several young subjects.}\format{This data frame contains the following columns:\describe{\item{distance}{a numeric vector of distances from the pituitary to thepterygomaxillary fissure (mm). These distances are measuredon x-ray images of the skull.}\item{age}{a numeric vector of ages of the subject (yr).}\item{Subject}{an ordered factor indicating the subject on which themeasurement was made. The levels are labelled \code{M01}to \code{M16} for the males and \code{F01} to \code{F13} forthe females. The ordering is by increasing average distancewithin sex.}\item{Sex}{a factor with levels\code{Male} and\code{Female}}}}\details{Investigators at the University of North Carolina Dental Schoolfollowed the growth of 27 children (16 males, 11 females) from age 8until age 14. Every two years they measured the distance between thepituitary and the pterygomaxillary fissure, two points that are easilyidentified on x-ray exposures of the side of the head.}\source{Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in Sand S-PLUS}, Springer, New York. (Appendix A.17)Potthoff, R. F. and Roy, S. N. (1964), ``A generalized multivariateanalysis of variance model useful especially for growth curveproblems'', \emph{Biometrika}, \bold{51}, 313--326.}\examples{formula(Orthodont)plot(Orthodont)}\keyword{datasets}