https://github.com/cran/unmarked
Raw File
Tip revision: 0e9915b1bbee346e4c283f39772af69032684e39 authored by Ken Kellner on 09 January 2024, 10:20:02 UTC
version 1.4.1
Tip revision: 0e9915b
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