summary.wreg {poset} | R Documentation |
Summarize model results from wreg
Description
Summarize the inferential results for win ratio regression.
Usage
## S3 method for class 'wreg'
summary(object, ...)
Arguments
object |
An object returned by |
... |
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
.
Examples
#See examples for wreg().
[Package poset version 1.0.0 Index]