summary.LRfit {WA} | R Documentation |
Summary of the analysis results
Description
Summarize the inferential results for group-specific while-alive loss rates and the loss rate ratios at a user-specified length of follow-up.
Usage
## S3 method for class 'LRfit'
summary(object, tau = NULL, ref = NULL, joint.test = FALSE, ...)
Arguments
object |
An object returned by |
tau |
A positive real number for the follow-up time; Default is the maximum event time in the data. |
ref |
The label of the group to be set as the reference; Default is the first level by numerical or alphabetical order |
joint.test |
If TRUE, joint analysis with the restricted mean survival time (RMST) will be performed; Default is FALSE. |
... |
Additional arguments affecting the summary produced. |
Value
An object of class summary.LRfit
with components
LRtab |
A |
Rtab |
A |
Dtab |
A |
LRpval |
|
LRDpval |
|
... |
See Also
Examples
#See examples for LRfit().