An object of class ‘TPmsm’. There are methods for contour, image, print and plot.
‘TPmsm’ objects are implemented as a list with elements:
methodA string indicating the type of estimator used in the computation.
estA matrix with transition probability estimates. The rows being the event times and the columns the 5 possible transitions.
infA matrix with the lower transition probabilities of the confidence band. The rows being the event times and the columns the 5 possible transitions.
supA matrix with the upper transition probabilities of the confidence band. The rows being the event times and the columns the 5 possible transitions.
timeVector of times where the transition probabilities are computed.
sStart of the time interval.
tEnd of the time interval.
hThe bandwidth used. If the estimator doesn't require a bandwidth, it's set to NULL.
state.namesA vector of characters giving the states names.
n.bootNumber of bootstrap samples used in the computation of the confidence band.
conf.levelLevel of confidence used to compute the confidence band.