p22LIDA {p3state.msm}R Documentation

Transition probabilities

Description

Computation of the transition probability p22

Usage

p22LIDA(object, time1, time2)

Arguments

object Component datafr of an object of class p3state.
time1 The first time for obtaining estimates for the transition probabilities, bivariate distribution function. NULL is equivalent to 0.
time2 The second time for obtaining estimates for the bivariate distribution function.

Author(s)

Luis Meira-Machado and Javier Roca Pardinas

See Also

p3state

Examples


data(heart2)
res.p3state<-p3state(heart2)
p22LIDA(res.p3state,time1=30,time2=300) 

[Package p3state.msm version 1.0 Index]