Learn R Programming

unmarked (version 1.0.1)

unmarkedEstimate-class: Class "unmarkedEstimate"

Description

Contains parameter estimates, covariance matrix, and metadata

Arguments

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"

invlink:

Object of class "character"

invlinkGrad:

Object of class "character"

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")

Examples

Run this code
# NOT RUN {
showClass("unmarkedEstimate")
# }

Run the code above in your browser using DataLab