print.TPreg {idmTPreg} | R Documentation |
Provides the details about the estimated effect of covariate(s) on pre-specified
transition probabilities for given s
and t
.
## S3 method for class 'TPreg' print(x, ...)
x |
an object of class |
... |
arguments to be passed to methods. |
print.TPreg
formats the coefficients, standard errors, etc.
The coefficients
component of the result gives the estimated coefficients, their estimated standard errors, their confidence bands, and the p-values.
The print method returns the aforementioned results for the specified s
and t
.
print.TPreg
returns a list with the following components:
Call |
the matched call. |
Transition |
the specified transition(s). |
(s,t) |
the vector of current time and future time for the transition probabilities. |
Coefficients |
the matrix of coefficients, standard errors, lower confidence limits, upper confidence limits and p-values. |
Also, trans= "all"
will return Coefficients 11
, Coefficients 12
, Coefficients 13
, and Coefficients 23
.
TPreg
, and generic functions summary.TPreg
, and plot.TPreg
.
## For examples see example TPreg.