plot.pstp {presmTP} | R Documentation |
Plot for an object of class "pstp"
Description
It draws the estimated probabilities.
Usage
## S3 method for class 'pstp'
plot(x = object, state_ini = 0, ...)
Arguments
x |
A fitted pstp object as produced by presmTP. |
state_ini |
Initial state of the transition. Defaults to state_ini=0 |
... |
For future methods. |
Value
No value is returned.
Author(s)
Gustavo Soutinho, Luis Meira-Machado, Pedro Oliveira.
Examples
res<- presmTP(data = colonIDM, s = 365,method = "uns")
plot(res)
[Package presmTP version 1.1.0 Index]