-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Richard McElreath
committed
Feb 1, 2020
1 parent
a6c2121
commit 3f73e87
Showing
3 changed files
with
110 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
\name{Howell} | ||
\alias{Howell1}\alias{Howell2} | ||
%- Also NEED an '\alias' for EACH other topic documented here. | ||
\title{Howell !Kung demography data} | ||
\description{ | ||
Demographic data from Kalahari !Kung San people collected by Nancy Howell | ||
} | ||
\usage{ | ||
data(Howell1) | ||
data(Howell2) | ||
} | ||
%- maybe also 'usage' for other objects documented here. | ||
\arguments{ | ||
} | ||
\format{ | ||
\enumerate{ | ||
\item height: Height in cm | ||
\item weight: Weight in kg | ||
\item age: Age in years | ||
\item male: Gender indicator | ||
\item age.at.death: If deceased, age at death | ||
\item alive: Indicator if still alive | ||
} | ||
} | ||
\value{ | ||
} | ||
\references{Downloaded from https://tspace.library.utoronto.ca/handle/1807/10395} | ||
\seealso{} | ||
\examples{ | ||
} | ||
% Add one or more standard keywords, see file 'KEYWORDS' in the | ||
% R documentation directory. | ||
\keyword{ } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters