Learn R Programming

flexmsm (version 0.1.2)

print.fmsm: Print a fmsm object

Description

The print method for the fmsmObject produced by fmsm.

Usage

# S3 method for fmsm
print(x, ...)

Value

print.fmsm prints out a matrix summarising the positions of the transition intensities, the transition intensities formulae, the total number of observations, etc for the fitted multistate survival model.

Arguments

x

fmsm object produced by function fmsm.

...

Unused in this case.