Print method for summary.msfit object
# S3 method for summary.msfit print(x, complete = FALSE, ...)
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 |
if (FALSE) { # If all time points should be printed, specify complete=TRUE in the print statement print(x, complete=TRUE) }