Learn R Programming

unmarked (version 0.8-5)

coef-methods: Methods for Function coef in Package `unmarked'

Description

Extract coefficients

Usage

## S3 method for class 'unmarkedFit':
coef(object, type, altNames = TRUE)
## S3 method for class 'unmarkedEstimate':
coef(object, altNames = TRUE, ...)
## S3 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?
...
Further arguments. Not currently used

Value

  • A named numeric vector of parameter estimates.