https://github.com/cran/unmarked
Raw File
Tip revision: 7830d9a266439a4defdcc4668ad2746cf1df27f2 authored by Andy Royle on 03 September 2015, 10:19:18 UTC
version 0.11-0
Tip revision: 7830d9a
unmarkedEstimateList-class.Rd
\name{unmarkedEstimateList-class}
\Rdversion{1.1}
\docType{class}
\alias{unmarkedEstimateList-class}
\alias{names,unmarkedEstimateList-method}
\alias{show,unmarkedEstimateList-method}
\alias{summary,unmarkedEstimateList-method}
\title{Class "unmarkedEstimateList"}
\description{Class to hold multiple unmarkedEstimates in an
  \code{\link{unmarkedFit}}
}
\section{Slots}{
	 \describe{
    \item{\code{estimates}:}{A \code{"list"} of models.}
  }
}
\keyword{classes}
back to top