coef.mlsurv {merlin}R Documentation

Extract Model Coefficients

Description

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

Usage

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

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

Arguments

object

An object of class mlsurv or summary.mlsurv.

...

Not used.


[Package merlin version 0.1.0 Index]