Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

unmarkedEstimate-class

Class "unmarkedEstimate"


Description

Contains parameter estimates, covariance matrix, and metadata

Objects from the Class

Creating these objects is done internally not by users.

Slots

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"

Methods

backTransform

signature(obj = "unmarkedEstimate")

coef

signature(object = "unmarkedEstimate")

confint

signature(object = "unmarkedEstimate")

linearComb

signature(obj = "unmarkedEstimate", coefficients = "matrixOrVector")

SE

signature(obj = "unmarkedEstimate")

show

signature(object = "unmarkedEstimate")

vcov

signature(object = "unmarkedEstimate")

Note

These methods are typically called within a call to a method for unmarkedFit-class

Examples

showClass("unmarkedEstimate")

unmarked

Models for Data from Unmarked Animals

v1.1.0
GPL (>= 3)
Authors
Richard Chandler [aut], Ken Kellner [aut], Ian Fiske [aut], David Miller [aut], Andy Royle [cre, aut], Jeff Hostetler [aut], Rebecca Hutchinson [aut], Adam Smith [aut], Marc Kery [ctb], Mike Meredith [ctb], Auriel Fournier [ctb], Ariel Muldoon [ctb], Chris Baker [ctb]
Initial release
2021-05-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.