https://github.com/cran/unmarked
Raw File
Tip revision: 71c89ba2f738d39d50028049af05ea67b7813397 authored by Richard Chandler on 05 August 2011, 00:00:00 UTC
version 0.9-2
Tip revision: 71c89ba
ovendata.Rd
\name{ovendata}
\alias{ovendata}
\alias{ovendata.list}
\docType{data}
\title{
Removal data for the Ovenbird
}
\description{
Removal sampling data collected for the Ovenbird (\emph{Seiurus aurocapillus}).
}
\usage{data(ovendata)}
\format{
  The format is:
  chr "ovendata.list" which consists of
  	\describe{
	\item{data}{matrix of removal counts}
	\item{covariates}{data frame of site-level covariates}
	}

}
\source{
J.A. Royle (see reference below)
}
\references{
Royle, J. A. (2004). Generalized estimators of avian abundance from count survey data. Animal Biodiversity and Conservation, 27(1), 375-386.
}
\examples{
data(ovendata)
str(ovendata.list)
ovenFrame <- unmarkedFrameMPois(ovendata.list$data,
siteCovs=as.data.frame(scale(ovendata.list$covariates[,-1])), type = "removal")
}
\keyword{datasets}
back to top