View source: R/blindDataTtest_CenterGroups.R
For each group separately this function centers Y scores per group (i.e., substracts the mean of each group from the Y scores of each case in that group)
1 | blindDataTtest_CenterGroups(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.