Package: trimr 1.1.1.9000
trimr: An Implementation of Common Response Time Trimming Methods
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.
Authors:
trimr_1.1.1.9000.tar.gz
trimr_1.1.1.9000.zip(r-4.5)trimr_1.1.1.9000.zip(r-4.4)trimr_1.1.1.9000.zip(r-4.3)
trimr_1.1.1.9000.tgz(r-4.4-any)trimr_1.1.1.9000.tgz(r-4.3-any)
trimr_1.1.1.9000.tar.gz(r-4.5-noble)trimr_1.1.1.9000.tar.gz(r-4.4-noble)
trimr_1.1.1.9000.tgz(r-4.4-emscripten)trimr_1.1.1.9000.tgz(r-4.3-emscripten)
trimr.pdf |trimr.html✨
trimr/json (API)
NEWS
# Install 'trimr' in R: |
install.packages('trimr', repos = c('https://jimgrange.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jimgrange/trimr/issues
- exampleData - Example response time data set
- linearInterpolation - SDs used for the recursive / moving criterion trimming methods
Last updated 3 years agofrom:f35e44dbe7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:absoluteRThybridRecursivemodifiedRecursivenonRecursivesdTrim
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Absolute RT trimming | absoluteRT |
Example response time data set | exampleData |
hybridRecursive trimming procedure. | hybridRecursive |
SDs used for the recursive / moving criterion trimming methods | linearInterpolation |
modifiedRecursive trimming procedure. | modifiedRecursive |
nonRecursive trimming procedure. | nonRecursive |
RT trimming with standard deviation criterion | sdTrim |