Learn R Programming

marked (version 1.2.8)

coef.crm: Extract coefficients

Description

Extracts the beta coefficients from the model results.

Usage

# S3 method for crm
coef(object,...)

Value

returns a dataframe with estimates and standard errors and confidence intervals if hessian=TRUE on model run.

Arguments

object

crm model result

...

generic arguments not used here

Author

Jeff Laake

See Also

crm