Learn R Programming

⚠️There's a newer version (1.1.1) of this package.Take me there.

trimr (version 1.0.0)

An Implementation of Common Response Time Trimming Methods

Description

Provides various commonly-used response time trimming methods, including the recursive / moving-criterion methods reported by Van Selst and Jolicoeur (1994). By passing trimming functions raw data files, the package will return trimmed data ready for inferential testing.

Copy Link

Version

Install

install.packages('trimr')

Monthly Downloads

187

Version

1.0.0

License

GPL-3

Maintainer

James Grange

Last Published

August 2nd, 2015

Functions in trimr (1.0.0)

nonRecursive

nonRecursive trimming procedure.
sdTrim

RT trimming with standard deviation criterion
absoluteRT

Absolute RT trimming
modifiedRecursive

modifiedRecursive trimming procedure.
linearInterpolation

SDs used for the recursive / moving criterion trimming methods
exampleData

Example response time data set
hybridRecursive

hybridRecursive trimming procedure.