summary.speffSurv: Summarizing results for semiparametric efficient estimation and testing for a two-sample treatment effect with a
right-censored time-to-event endpoint
Description
summary method for an object of class "speffSurv".
Usage
## S3 method for class 'speffSurv':
summary(object,...)
Arguments
object
an object of class "speffSurv".
...
for other methods.
Value
A list with the following components:
tabinferential table for the treatment effect.
methodsearch technique employed in the model selection procedure.
formulaa list with components rndSpace and censSpace containing formula objects for the optimal
selected linear regression models that characterize the optimal elements in the randomization and censoring space,
respectively. Set to NULL if fixed=TRUE.
fixeda logical value; if TRUE, the efficient estimator utilized all baseline covariates specified in the
formula. Otherwise, the automated selection procedure was used to identify covariates that ensure optimality.
Details
print.summary.speffSurv prints a formatted summary of results. In the initial section, right-sided formulas
defining the optimal selected functions in the randomization and censoring space are printed. Further, an inferential
table is generated with point and interval estimates of the log hazard ratio, standard error estimates, and Wald test
p-values using both the proportional hazards and covariate-adjusted estimation methods. At least five significant
digits are printed.
### from the example for 'speffSurv':fit2 <- speffSurv(Surv(days,cens) ~ cd40+cd80+age+wtkg+drugs+karnof+z30+
preanti+symptom, data=ACTG175, trt.id="treat", fixed=TRUE)
summary(fit2)