svyregress.display | R Documentation |
table for svyglm.object (survey package).
svyregress.display(svyglm.obj, decimal = 2)
svyglm.obj |
svyglm.object |
decimal |
digit, Default: 2 |
DETAILS
table
library(survey)
data(api)
apistrat$tt <- c(rep(1, 20), rep(0, nrow(apistrat) - 20))
dstrat <- svydesign(id = ~1, strata = ~stype, weights = ~pw, data = apistrat, fpc = ~fpc)
ds <- svyglm(api00 ~ ell + meals + cname + mobility, design = dstrat)
ds2 <- svyglm(tt ~ ell + meals + cname + mobility, design = dstrat, family = quasibinomial())
svyregress.display(ds)
svyregress.display(ds2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.