Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 5 of 5 found.
[1] < 1 > [1]  Sort:

nonRecursive (Package: trimr) : nonRecursive trimming procedure.

nonRecursive takes a data frame of RT data and returns trimmed rt data that fall below a set standard deviation above the each participant's mean for each condition. The SD used for trimming is proportional to the number of trials in the data being passed, as described in van Selst & Jolicoeur (1994).
● Data Source: CranContrib
● Keywords:
● Alias: nonRecursive
● 0 images

hybridRecursive (Package: trimr) : hybridRecursive trimming procedure.

hybridRecursive takes a data frame of RT data and returns trimmed rt data. The returned value is the average returned from the nonRecursive and the modifiedRecursive procedures as described in van Selst & Jolicoeur (1994).
● Data Source: CranContrib
● Keywords:
● Alias: hybridRecursive
● 0 images

modifiedRecursive (Package: trimr) : modifiedRecursive trimming procedure.

modifiedRecursive takes a data frame of RT data and returns trimmed rt data that fall below a set standard deviation above the each participant's mean for each condition, with the criterion changing as more trials are removed, as described in van Selst & Jolicoeur (1994).
● Data Source: CranContrib
● Keywords:
● Alias: modifiedRecursive
● 0 images

absoluteRT (Package: trimr) : Absolute RT trimming

absoluteRT takes a data frame of RT data and returns trimmed rt data that fall between set minimum and maximum limits.
● Data Source: CranContrib
● Keywords:
● Alias: absoluteRT
● 0 images

sdTrim (Package: trimr) : RT trimming with standard deviation criterion

sdTrim takes a data frame of RT data and returns trimmed rt data that fall below a set set criterion (based on standard deviations above a particular mean). The criterion can be based on the mean of the whole set of data, based on the mean per experimental condition, based on the mean per participant, or based on the mean of each participant in each experimental condition.
● Data Source: CranContrib
● Keywords:
● Alias: sdTrim
● 0 images