plot.pstp: Plot for an object of class "pstp"

Description Usage Arguments Value Author(s) Examples

View source: R/plot.pstp.R

Description

It draws the estimated probabilities.

Usage

1
2
## 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

1
2
res<- presmTP(data = colonIDM, s = 365,method = "uns")
plot(res)

presmTP documentation built on Nov. 1, 2019, 7:45 p.m.