View source: R/win_ratio_functions.R
summary.wreg | R Documentation |
wreg
Summarize the inferential results for win ratio regression.
## S3 method for class 'wreg'
summary(object, ...)
object |
An object returned by |
... |
Additional arguments affecting the summary produced. |
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. |
wreg
.
#See examples for wreg().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.