This function allows to select how many standard deviations above and under the mean to remove for data cleaning.
1 | screen_n_sd(RT_var, min = 1, max = 4.5, step = 0.5, data)
|
RT_var |
RT variable under the format data$variable. |
min |
Lowest value of the range of SD to explore. Default is 1 |
max |
Highest value of the range of SD to explore. Default is 4.5 |
step |
Step from which to increase the SD to screen. Default is 0.5. For example with default values : 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5. |
data |
Dataframe containing the data. Same as the element before the $ sign in the RT_var parameter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.