The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Tools to estimate stop-signal reaction time in R
This package contains functions that allow for easy estimation of stop-signal reaction time (SSRT), obtained from stop-signal task experiments. For this package to work, the data has to be in the long format (i.e., each row represents one trial for one individual). It is possible to apply functions by an individual, if the results are in one big dataframe. For example:
sapply(split(df, df$SubjID), integration_adaptiveSSD, stop_col = 'vol',rt_col = 'RT_exp', acc_col = 'correct', ssd_col = 'soa')
NB: the package is in beta version.
Run the following in your R/RStudio console:
install.packages("devtools")
devtools::install_github("agleontyev/SSRTcalc")
Any questions/concerns/suggestions are welcome. Contact me at a.g.leontiev@tamu.edu or a.g.leontiev@gmail.com
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.