print.msm {msm}R Documentation

Print a fitted msm model object

Description

Print a fitted msm model object

Usage

## S3 method for class 'msm'
print(x,...)

Arguments

x

Output from msm, representing a fitted multi-state model object.

...

Other arguments to be passed to format.

Details

See printnew.msm for a better and cleaner output format, and an explanation of the change.

Author(s)

C. H. Jackson chris.jackson@mrc-bsu.cam.ac.uk

See Also

printnew.msm


[Package msm version 1.3 Index]