unmarkedEstimate-class.RdContains 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"
fixed:Object of class "numeric"
invlink:Object of class "character"
invlinkGrad:Object of class "character"
randomVarInfo:Object of class "list"
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")#> Class "unmarkedEstimate" [package "unmarked"] #> #> Slots: #> #> Name: name short.name estimates covMat #> Class: character character numeric matrix #> #> Name: fixed covMatBS invlink invlinkGrad #> Class: numeric optionalMatrix character character #> #> Name: randomVarInfo #> Class: list