Learn R Programming

merlin (version 0.1.0)

coef.mlrcs: Extract Model Coefficients

Description

coef extracts model coefficients from a mlrcs model fit. coefficients is an alias for it.

Usage

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

# S3 method for summary.mlrcs coef(object, ...)

Arguments

object

An object of class mlrcs or summary.mlrcs.

...

Not used.