tidy.msm {msm}R Documentation

Tidy the parameter estimates from an msm model

Description

Tidy the parameter estimates from an msm model

Usage

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

Arguments

x

Object returned by msm, representing a fitted multi-state model.

...

Other arguments (currently unused).

Value

A "tibble", with one row for each parameter and the following columns describing the parameter.


[Package msm version 1.8.2 Index]