View source: R/blindDataTtest_AverageWithNoisePerGroup.R
For each group separately this function draws 1 value from distribution of Y from total data and averages that random noise and the original score per case
1 2 3 4 5 6 | blindDataTtest_AverageWithNoisePerGroup(
df_original,
y,
predictor,
update_labels = TRUE
)
|
df_original |
# original dataframe |
y |
# name of dependent variable |
predictor |
# name of predictor, for example: "expert" |
update_labels |
# if TRUE update labels to BLIND_[abbrevation]_[name] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.