tidy.msm.est: Tidy the output of pmatrix.msm and similar functions

View source: R/tidy.R

tidy.msm.estR 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 qmatrix.msm, pmatrix.msm, ematrix.msm, pnext.msm or ppass.msm, which all return objects of class "msm.est".

...

Further arguments (unused).


chjackson/msm documentation built on March 3, 2024, 1:05 a.m.