View source: R/weighted statistical test.R
weighted_pearson_test | R Documentation |
Weighted pearsons test
weighted_pearson_test(data, dep_var, ind_var, strata, survey_weights)
data |
dataset |
dep_var |
must be numeric and only one value can be use. |
ind_var |
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.