Description Usage Arguments Value Examples
View source: R/integration_fixedSSD.R
Estimating SSRT using integration method for studies that use fixed (randomly chosen on each trial from a pre-determined set) stop-signal delays.
1 | integration_fixedSSD(df, stop_col, rt_col, acc_col, ssd_col, ssd_list)
|
df |
Dataframe with response time, accuracy, indication whether trial is stop or go, and delays for a given trial. |
stop_col |
Name of the column in the dataframe |
rt_col |
Name of the column in the dataframe |
acc_col |
Name of the column in the dataframe |
ssd_col |
Name of the column in the dataframe |
ssd_list |
List of stop-signal delays used in the experiment |
SSRT corresponding to the nth rt - ssd; n = p(respond|signal)*number of goRTs
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.