Summarizing Generalized Linear Model Fits with Odds Ratios
print.summary.svyglm.RDS
is a version of print.summary.svyglm
that
reports odds-ratios in place of coefficients in the summary table.
This only applies for the binomial
family. Otherwise it is identical to
print.summary.svyglm
.
The default inprint.summary.svyglm
is to display the log-odds-ratios
and this displays the exponetiated from
and a 95
p-values are still displayed.
## S3 method for class 'summary.svyglm.RDS' print( x, digits = max(3, getOption("digits") - 3), symbolic.cor = x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ... )
x |
an object of class |
digits |
the number of significant digits to use when printing. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
... |
further arguments passed to or from other methods. |
## For examples see example(svyglm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.