View source: R/ard_survey_svyranktest.R
ard_survey_svyranktest | R Documentation |
Analysis results data for survey wilcox test using survey::svyranktest()
.
ard_survey_svyranktest(data, by, variables, test, ...)
data |
( |
by |
( |
variables |
( |
test |
( |
... |
arguments passed to |
ARD data frame
data(api, package = "survey")
dclus2 <- survey::svydesign(id = ~ dnum + snum, fpc = ~ fpc1 + fpc2, data = apiclus2)
ard_survey_svyranktest(dclus2, variables = enroll, by = comp.imp, test = "wilcoxon")
ard_survey_svyranktest(dclus2, variables = enroll, by = comp.imp, test = "vanderWaerden")
ard_survey_svyranktest(dclus2, variables = enroll, by = comp.imp, test = "median")
ard_survey_svyranktest(dclus2, variables = enroll, by = comp.imp, test = "KruskalWallis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.