unmarkedEstimate-class {unmarked} | R Documentation |
Contains parameter estimates, covariance matrix, and metadata
Creating these objects is done internally not by users.
name
:Object of class "character"
storing parameter
names
short.name
:Object of class "character"
storing
abbreviated parameter names
estimates
:Object of class "numeric"
covMat
:Object of class "matrix"
covMatBS
:Object of class "matrix"
invlink
:Object of class "character"
invlinkGrad
:Object of class "character"
signature(obj = "unmarkedEstimate")
signature(object = "unmarkedEstimate")
signature(object = "unmarkedEstimate")
signature(obj = "unmarkedEstimate",
coefficients = "matrixOrVector")
signature(obj = "unmarkedEstimate")
signature(object = "unmarkedEstimate")
signature(object = "unmarkedEstimate")
These methods are typically called within a call to a method for
unmarkedFit-class
showClass("unmarkedEstimate")