Gives details about the estimated effect of covariate(s) on pre-specified
transition probabilities for a progressive illness-death model for a sequence of time from a given s to a given t.
# S3 method for TPreg
summary(object, …)an object of class TPreg.
arguments to be passed to methods.
summary.TPreg returns a list with at least the following components:
the matched call.
the specified transition(s).
the vector of current time and future time for the transition probabilities.
the matrix of selected jump times and their corresponding coefficients.
the matrix of selected jump times and their corresponding standard errors.
the matrix of selected jump times and their corresponding lower confidence bands.
the matrix of selected jump times and their corresponding upper confidence bands.
the matrix of selected jump times and their corresponding p-values.
summary.TPreg formats the coefficients, standard errors, etc. for the jump times already fixed by 's', 't', 'by' arguments, corresponding to the possible transition. The jump times come out in the
first column of these components.
TPreg, and generic functions print.TPreg and plot.TPreg.
# NOT RUN {
## For examples see example TPreg.
# }
Run the code above in your browser using DataLab