print.summary.msfit {mstate} | R Documentation |
Print method for summary.msfit object
Description
Print method for summary.msfit object
Usage
## S3 method for class 'summary.msfit'
print(x, complete = FALSE, ...)
Arguments
x |
Object of class 'summary.msfit', to be printed |
complete |
Whether or not the complete estimated cumulative transition
intensities should be printed ( |
... |
Further arguments to print |
Examples
## Not run:
# If all time points should be printed, specify complete=TRUE in the print statement
print(x, complete=TRUE)
## End(Not run)
[Package mstate version 0.3.3 Index]