If argument x is missing or if argument object doesn't contain a covariate,
an object of class ‘TPmsm’ is returned. 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.
If argument x is specified and argument object contains a covariate,
an object of class TPCmsm is returned. There are methods for print and plot.
TPCmsm objects are implemented as a list with elements:
methodA string indicating the type of estimator used in the computation.
estA 3 dimensional array with transition probability estimates. The first dimension being the event times, the second the covariate values and the last one the 5 possible transitions.
infA 3 dimensional array with the lower transition probabilities of the confidence band. The first dimension being the event times, the second the covariate values and the last one the 5 possible transitions.
supA 3 dimensional array with the upper transition probabilities of the confidence band. The first dimension being the event times, the second the covariate values and the last one the 5 possible transitions.
timeVector of times where the transition probabilities are computed.
covariateVector of covariate values where the conditional transition probabilities are computed.
sStart of the time interval.
tEnd of the time interval.
xAdditional covariate values where the conditional transition probabilities are computed, which may or may not be present in the sample.
hThe bandwidth used.
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.