View source: R/tabulate_survey.R
tabulate_survey | R Documentation |
This function has been superseeded by tab_survey()
please use that function
instead.
tabulate_survey(
x,
var,
strata = NULL,
pretty = TRUE,
wide = TRUE,
digits = 1,
method = "logit",
na.rm = FALSE,
deff = FALSE,
proptotal = FALSE,
rowtotals = FALSE,
coltotals = FALSE
)
x |
a survey design object |
var |
the bare name of a categorical variable |
strata |
a variable to stratify the results by |
pretty |
if |
wide |
if |
digits |
if |
method |
a method from |
na.rm |
When |
deff |
a logical indicating if the design effect should be reported. Defaults to "TRUE" |
proptotal |
if |
rowtotals |
if |
coltotals |
if |
a long or wide tibble with tabulations n, ci, and deff
epikit::rename_redundant()
, epikit::augment_redundant()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.