-
Notifications
You must be signed in to change notification settings - Fork 607
/
Copy pathRinder.Rd
31 lines (30 loc) · 842 Bytes
/
Rinder.Rd
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
\name{Rinder}
\alias{Rinder}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Livestock mortality data}
\description{
Mortality counts for 11 herds of large and small livestock. Large livestock are Zebu cattle, and small livestock are a mix of (fat-tailed, Maasai) sheep and goats.
}
\usage{
data(Rinder)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
}
\format{
\enumerate{
\item herd : identifier for individual herd
\item stock : categorical small or large stock
\item n : number of animals at beginning of observation period
\item mortality : number of animals that died in observation period
}
}
\value{
}
\references{}
\seealso{}
\examples{
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ }