Extract coefficients

# S4 method for class 'unmarkedFit'
coef(object, type, altNames = TRUE, fixedOnly=TRUE)
# S4 method for class 'unmarkedEstimate'
coef(object, altNames = TRUE, fixedOnly=TRUE, ...)
# S4 method for class 'linCombOrBackTrans'
coef(object)

Arguments

object

Object of appropriate S4 class

type

Either 'state' or 'det'

altNames

Return specific names for parameter estimates?

fixedOnly

Return only fixed effect parameters?

...

Further arguments. Not currently used

Methods

object = "linCombOrBackTrans"

Object from linearComb

object = "unmarkedEstimate"

unmarkedEstimate object

object = "unmarkedFit"

Fitted model

Value

A named numeric vector of parameter estimates.