View source: R/ard_survey_svychisq.R
ard_survey_svychisq | R Documentation |
Analysis results data for survey Chi-Square test using survey::svychisq()
.
Only two-way comparisons are supported.
ard_survey_svychisq(data, by, variables, statistic = "F", ...)
data |
( |
by |
( |
variables |
( |
statistic |
( |
... |
arguments passed to |
ARD data frame
data(api, package = "survey")
dclus1 <- survey::svydesign(id = ~dnum, weights = ~pw, data = apiclus1, fpc = ~fpc)
ard_survey_svychisq(dclus1, variables = sch.wide, by = comp.imp, statistic = "F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.