coef-methods | R Documentation |
Extract coefficients
## S4 method for signature 'unmarkedFit'
coef(object, type, altNames = TRUE, fixedOnly=TRUE)
## S4 method for signature 'unmarkedEstimate'
coef(object, altNames = TRUE, fixedOnly=TRUE, ...)
## S4 method for signature '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 |
A named numeric vector of parameter estimates.
Object from linearComb
unmarkedEstimate object
Fitted model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.