1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{sleep}
\alias{sleep}
\title{Mammal sleep data}
\format{
A data frame with 62 observations on the following 10 variables.
\describe{ \item{BodyWgt}{a numeric vector}
\item{BrainWgt}{a numeric vector} \item{NonD}{a numeric
vector} \item{Dream}{a numeric vector} \item{Sleep}{a
numeric vector} \item{Span}{a numeric vector} \item{Gest}{a
numeric vector} \item{Pred}{a numeric vector} \item{Exp}{a
numeric vector} \item{Danger}{a numeric vector} }
}
\source{
Allison, T. and Chichetti, D. (1976) Sleep in mammals: ecological
and constitutional correlates. \emph{Science} \strong{194 (4266)}, 732--734.
The data set was imported from \code{GGobi}.
}
\description{
Sleep data with missing values.
}
\examples{
data(sleep, package = "VIM")
summary(sleep)
aggr(sleep)
}
\keyword{datasets}
|