getP-methods {unmarked} | R Documentation |
Methods for Function getP in Package ‘unmarked’
Description
Methods for function getP
in Package ‘unmarked’. These methods return a matrix of the back-transformed detection parameter (p
the detection probability or \lambda
the detection rate, depending on the model). The matrix is of dimension MxJ, with M the number of sites and J the number of sampling periods; or of dimension MxJT for models with multiple primary periods T.
Methods
signature(object = "unmarkedFit")
A fitted model object
signature(object = "unmarkedFitDS")
A fitted model object
signature(object = "unmarkedFitMPois")
A fitted model object
signature(object = "unmarkedFitGMM")
A fitted model object
signature(object = "unmarkedFitOccuCOP")
With
unmarkedFitOccuCOP
the object of a model fitted withoccuCOP
. Returns a matrix of\lambda
the detection rate.
[Package unmarked version 1.4.1 Index]