print.etm | R Documentation |
Print method for objects of class etm
.
## S3 method for class 'etm'
print(x, covariance = FALSE, whole = TRUE, ...)
x |
An object of class |
covariance |
Whether print the covariance matrix. Default is TRUE |
whole |
Whether to plot the entire covariance matrix. If set to FALSE, rows and columns containing only 0 will be removed for printing. |
... |
Further arguments for print or summary. |
The function prints a matrix giving the possible transitions, along
with the estimates of P(s, t)
and cov(P(s,
t))
.
No value returned
Arthur Allignol, arthur.allignol@gmail.com
etm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.