tidy.msm.est {msm} | R Documentation |
Tidy the output of pmatrix.msm and similar functions
Description
This is the method for the generic 'tidy' function that is
used for tidying the output of qmatrix.msm
, pmatrix.msm
,
ematrix.msm
, pnext.msm
or ppass.msm
.
This should be called as
tidy()
, not tidy.msm.est()
or tidy.qmatrix()
or anything else.
Usage
## S3 method for class 'msm.est'
tidy(x, ...)
Arguments
x |
Output of |
... |
Further arguments (unused). |
[Package msm version 1.8.2 Index]