https://github.com/cran/unmarked
Raw File
Tip revision: b7a841acba49be605a6ee9bee56db4eeb4cbd7bb authored by Richard Chandler on 24 January 2011, 00:00:00 UTC
version 0.9-0
Tip revision: b7a841a
getP-methods.Rd
\name{getP-methods}
\docType{methods}
\alias{getP}
\alias{getP-methods}
\alias{getP,unmarkedFit-method}
\alias{getP,unmarkedFitDS-method}
\alias{getP,unmarkedFitMPois-method}
\alias{getP,unmarkedFitColExt-method}
\alias{getP,unmarkedFitPCO-method}
\alias{getP,unmarkedFitGMM-method}
\title{Methods for Function getP in Package `unmarked'}
\description{
Methods for function \code{getP} in Package `unmarked'. These methods return a 
matrix of detection probabilities.
}
\section{Methods}{
\describe{
\item{object = "unmarkedFit"}{A fitted model object}
\item{object = "unmarkedFitDS"}{A fitted model object}
\item{object = "unmarkedFitMPois"}{A fitted model object}
\item{object = "unmarkedFitGMM"}{A fitted model object}
}}
\keyword{methods}
back to top