View source: R/weighted statistical test.R
weighted_t_test | R Documentation |
Weighted T test
weighted_t_test(
data,
binary_variable,
non_binary_variable,
strata,
survey_weights
)
data |
dataset |
binary_variable |
must be binary variable and only one value can be use. |
non_binary_variable |
must be numeric, multiple values are allowed. |
strata |
Column name in the dataset for strata |
survey_weights |
Column name in the dataset for survey weights |
outcome of left join based on the primary key
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.