File: puffin.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 (24 lines) | stat: -rw-r--r-- 728 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
24
\name{puffin}
\alias{puffin}
\docType{data}
\title{Bird measurements from British islands}
\description{
Measurements on breedings of the common puffin on different
habits at Great Island, Newfoundland.
}
\usage{
puffin
}
\format{
 A data frame with 38 observations on the following 5 variables.
  \describe{
  \item{Nest}{nesting frequency (burrows per 9 square meters)}
  \item{Grass}{grass cover (percentage)}
  \item{Soil}{mean soil depth (in centimeters)}
  \item{Angle}{angle of slope (in degrees)}
  \item{Distance}{distance from cliff edge (in meters)}
  }
}
\source{Peck, R., Devore, J., and Olsen, C. (2005), Introduction to Statistics 
And Data Analysis, Thomson Learning.}
\keyword{datasets}