View source: R/print.summary.fmsm.R
print.summary.fmsm | R Documentation |
Flexible transition intensity based models for two dependant multistate processes
## S3 method for class 'summary.fmsm'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
x |
Fitted model object. |
digits |
Number of digits printed in the output. |
signif.stars |
By default significance stars are printed alongside the output. |
... |
Other arguments. |
Prints model term summaries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.