ard_survey_svychisq {cardx} | R Documentation |
ARD Survey Chi-Square Test
Description
Analysis results data for survey Chi-Square test using survey::svychisq()
.
Only two-way comparisons are supported.
Usage
ard_survey_svychisq(data, by, variables, statistic = "F", ...)
Arguments
data |
( |
by |
( |
variables |
( |
statistic |
( |
... |
arguments passed to |
Value
ARD data frame
Examples
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")
[Package cardx version 0.2.0 Index]