LRfit.object {WA} | R Documentation |
Estimated while-alive loss rates
Description
This class of objects is returned by the LRfit
functions.
Objects of this class have methods for the functions print
,
summary
, and plot
.
Value
All numerical results of an object obj
are contained in obj$content
, which
is organized in a two-dimensional array with each column containing the results
for one group. Below are the row variables.
t |
A vector of follow-up times |
llr |
A vector of log-loss rate estimates at |
se_llr |
A vector of standard error estimates for the log-loss rates
in |
lmuR |
A vector of log-raw cumulative loss estimates at |
se_lmuR |
A vector of standard error estimates for the log-raw
cumulative losses in |
lmuD |
A vector of log-RMST estimates at |
se_lmuD |
A vector of standard error estimates for the log-RMST in |
St |
A vector of overall survival probabilities at |
... |
See Also
LRfit
, summary.LRfit
, plot.LRfit
.