print.TPidm {TP.idm} | R Documentation |
Print method for a TPidm object
Description
Print method for an object of class ‘TPidm’.
Usage
## S3 method for class 'TPidm'
print(x, ...)
Arguments
x |
An object of class ‘TPidm’. |
... |
Further arguments to print. |
Value
A data.frame is returned with the following variables:
transition |
The initial and final states “i j” for each particular transition. |
probs |
The transition probabilities |
Note
The print function displays the method used, the user-supplied times s and t, the possible transitions, the estimated transition probabilities and, optionally, confidence limits and variances.
If cov
was specified, the print function provides the transition probabilities (s,t) for each level of covariate.
[Package TP.idm version 1.5.1 Index]