| print.summary.svyglm.RDS | R Documentation |
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.
## 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. |
svyglm, summary.svyglm.
## For examples see example(svyglm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.