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