Skip to contents

coef extracts fitted model coefficients from fitted model objects. coefficients.s4t_cjs_ml is an alias for it

Usage

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

# S3 method for class 's4t_cjs_ml'
coefficients(object, ...)

Arguments

object

a fitted model object from s4t_cjs_ml()

...

Other arguments. Not used (needed for generic consistency)

Value

A named vector of coefficients

Examples

# not run