File: sleep.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (2)
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}