coef-methods.Rd
Extract coefficients
# S4 method for unmarkedFit coef(object, type, altNames = TRUE, fixedOnly=TRUE) # S4 method for unmarkedEstimate coef(object, altNames = TRUE, fixedOnly=TRUE, ...) # S4 method for linCombOrBackTrans coef(object)
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 |
Object from linearComb
unmarkedEstimate object
Fitted model
A named numeric vector of parameter estimates.