View source: R/summary.probtrans.R
print.summary.probtrans | R Documentation |
Print method for a summary.probtrans object
## S3 method for class 'summary.probtrans'
print(x, complete = FALSE, ...)
x |
Object of class 'summary.probtrans', to be printed |
complete |
Whether or not the complete estimated transition
probabilities should be printed ( |
... |
Further arguments to print |
## Not run:
# If all time points should be printed, specify complete=TRUE in the print statement
print(x, complete=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.