File: donner.Rd

package info (click to toggle)
r-cran-learnbayes 2.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,864 kB
  • sloc: sh: 15; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{donner}
\alias{donner}
\docType{data}
\title{Donner survival study}
\description{
Data contains the age, gender and survival status for 45 members of the Donner Party
who experienced difficulties in crossing the Sierra Nevada mountains in California.
}
\usage{
donner
}
\format{
A data frame with 45 observations on the following 3 variables.
  \describe{
  \item{age}{age of person}
  \item{male}{gender that is 1 (0) if person is male (female)}
  \item{survival}{survival status, 1 or 0 if person survived or died}
  }
}
\source{Grayson, D. (1960), Donner party deaths:  a demographic
assessment, Journal of Anthropological Assessment, 46, 223-242.}

\keyword{datasets}