[Vegan-commits] r1654 - in pkg/permute: . data man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jun 26 12:22:00 CEST 2011
Author: gsimpson
Date: 2011-06-26 12:22:00 +0200 (Sun, 26 Jun 2011)
New Revision: 1654
Added:
pkg/permute/data/
pkg/permute/data/jackal.Rda
pkg/permute/man/jackal.Rd
Log:
add the jackal mandible length data set from Manly's randomisation book
Added: pkg/permute/data/jackal.Rda
===================================================================
(Binary files differ)
Property changes on: pkg/permute/data/jackal.Rda
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: pkg/permute/man/jackal.Rd
===================================================================
--- pkg/permute/man/jackal.Rd (rev 0)
+++ pkg/permute/man/jackal.Rd 2011-06-26 10:22:00 UTC (rev 1654)
@@ -0,0 +1,42 @@
+\name{jackal}
+\alias{jackal}
+\docType{data}
+\title{
+ Mandible lengths of male and female golden jackals
+}
+\description{
+ Mandible lengths (in mm) for male and female golden jackals
+ (\emph{Canis aureus}) from a collection of specimens in the British
+ Museum of Natural History, London, UK.
+}
+\usage{data(jackal)}
+\format{
+ A data frame with 20 observations on the following 2 variables.
+ \describe{
+ \item{\code{Length}}{a numeric vector}
+ \item{\code{Sex}}{a factor with levels \code{Male} \code{Female}}
+ }
+}
+%\details{
+%
+%}
+\source{
+ The data were manually transcribed from Manly (2007).
+}
+\references{
+ Higham, C.F.W., Kijngam, A., and Manly, B.F.J. (1980) An analysis of
+ prehistoric canid remains from Thailand. \emph{Journal of
+ Archaeological Science} \strong{7}:149-165.
+
+ Manly, B.F.J. (2007) \emph{Randomization, bootstrap and Monte Carlo
+ methods in biology. Third Edition}. Chapman \& Hall/CRC, Boca
+ Raton.
+}
+\examples{
+data(jackal)
+str(jackal)
+
+## boxplot of mandible length vs sex
+plot(Length ~ Sex, data = jackal)
+}
+\keyword{datasets}
More information about the Vegan-commits
mailing list