https://github.com/cran/unmarked
Raw File
Tip revision: a0b41502b9daf9e70022549036b0e34a0bd1da0c authored by Richard Chandler on 06 June 2011, 00:00:00 UTC
version 0.9-1
Tip revision: a0b4150
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}
\alias{getP,unmarkedFitGDS-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