screen_n_sd: Function Screen_sd

Description Usage Arguments

View source: R/screen_sd.R

Description

This function allows to select how many standard deviations above and under the mean to remove for data cleaning.

Usage

1
screen_n_sd(RT_var, min = 1, max = 4.5, step = 0.5, data)

Arguments

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.


EricMenetre/NPL documentation built on June 23, 2021, 2:10 p.m.