Summarize model results from wreg
summary.wreg.RdSummarize the inferential results for win ratio regression.
Usage
# S3 method for wreg
summary(object, ...)Arguments
- object
An object returned by
wreg.- ...
Additional arguments affecting the summary produced.
Value
An object of class summary.wreg with components:
- coefficients
A matrix of coefficients, standard errors, z-values and p-values.
- exp_coef
A matrix of win ratios (exp(coef)) and 95% confidence intervals.
- wald, wald_pval
Overall wald test statistic on all covariates and p-value.
See also
wreg.