Rev 4820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp12.01}\alias{xmp12.01}\title{data from Example 12.1}\description{The \code{xmp12.01} data frame has 30 rows and 2 columns.}\format{This data frame contains the following columns:\describe{\item{palprebal}{width of the palprebal fissure (cm).}\item{OSA}{Ocular Surface Area, a measure of vertical gaze direction (cm\eqn{^2}).}}}\details{These are data from an experiment relating the vertical gazedirection, as measured by the ocular surface area, to the width of thepalprebal fissure (horizontal width of the eye opening).}\source{Devore, J. L. (2000) \emph{Probability and Statistics for Engineeringand the Sciences (5th ed)}, Duxbury(1996), ``Analysis of ocular surface area for comfortable VDTworkstation layout'', \emph{Ergometrics}, 877-884.}\examples{data(xmp12.01)plot(OSA ~ palprebal, data = xmp12.01,xlab = "Palprebal fissure width (cm)",ylab = expression(paste(plain("Occular surface area (cm")^2,plain(")"))),main = "Data from Example 12.1, page 490", las = 1)summary(xmp12.01)fm1 <- lm(OSA ~ palprebal, data = xmp12.01)summary(fm1)abline(fm1)opar <- par(mfrow = c(2,2))plot(fm1)par(opar)}\keyword{datasets}