print-summary {etm} | R Documentation |
Print and summary methods for objects of class etm
.
## S3 method for class 'etm': print(x, ...) ## S3 method for class 'etm': summary(object, ...)
x |
An object of class etm . |
object |
An object of class etm . |
... |
Further arguments for print or summary. |
The print method displays the estimated matrix of transition probabilities for each event times in (s, t].
The summary methods provides a description of the multistate model, along with the estimation of P(s, t] and cov(P(s, t]).
No value returned
Arthur Allignol, arthur.allignol@fdm.uni-freiburg.de