coef.crm {marked}R Documentation

Extract coefficients

Description

Extracts the beta coefficients from the model results.

Usage

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

Arguments

object

crm model result

...

generic arguments not used here

Value

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

Author(s)

Jeff Laake

See Also

crm


[Package marked version 1.2.8 Index]