print.summary.probtrans.subjects {icmstate} | R Documentation |
Print method for a summary.probtrans.subjects object
Description
Print method for a summary.probtrans.subjects object
Usage
## S3 method for class 'summary.probtrans.subjects'
print(x, complete = FALSE, ...)
Arguments
x |
Object of class 'summary.probtrans.subjects', to be printed |
complete |
Whether or not the complete estimated transition
probabilities 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 icmstate version 0.2.0 Index]