View source: R/define_states.R
| print.mstate_structure | R Documentation |
Prints the user-defined display order, absorbing states, common initial state, computational topological order, and numbered allowed transitions.
## S3 method for class 'mstate_structure'
print(x, ...)
x |
An |
... |
Ignored. |
x, invisibly.
The printout summarizes the validated graph; it does not imply support for cycles, recurrent visits, left truncation, or time-dependent covariates.
ms <- define_multistate(c("A", "B"), "B", list(A = "B"))
print(ms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.