Learn R Programming

merlin (version 0.1.0)

coef.mlsurv: Extract Model Coefficients

Description

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

Usage

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

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

Arguments

object

An object of class mlsurv or summary.mlsurv.

...

Not used.