print.summary.svyglm.RDS {RDS} | R Documentation |
Summarizing Generalized Linear Model Fits with Odds Ratios
Description
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 in
print.summary.svyglm
is to display the log-odds-ratios
and this displays the exponetiated from
and a 95
p-values are still displayed.
Usage
## 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"),
...
)
Arguments
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. |
See Also
Examples
## For examples see example(svyglm)
[Package RDS version 0.9-9 Index]