# NOT RUN {
# load the example data that ships with trimr
data(exampleData)
# perform the trimming with SD trimming per condition, returning mean RT
trimmedData <- sdTrim(data = exampleData, minRT = 150, sd = 2.5,
perCondition = TRUE, perParticipant = FALSE, returnType = "mean")
# }
Run the code above in your browser using DataLab