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 summary.svyglm.RDS
print(
x,
digits = max(3, getOption("digits") - 3),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...
)
an object of class "summary.svyglm.RDS"
, usually, a result of a
call to RDS::summary.svyglm
.
the number of significant digits to use when printing.
logical. If TRUE
, print the correlations in a
symbolic form (see symnum
) rather than as numbers.
logical. If TRUE
, ‘significance stars’ are
printed for each coefficient.
further arguments passed to or from other methods.
svyglm
, summary.svyglm
.
## For examples see example(svyglm)
Run the code above in your browser using DataLab