Description Usage Arguments Details Examples
poolData()
computes the mean accuracy or RT for each each participant and condition.
1 2 3 |
iChart |
A data frame in iChart format with iChart column names. |
dependent |
A string indicating which dependent measure to use (Accuracy or RT). |
include_T_initial |
A boolean indicating whether Target-initial trials should be included in RT computation. |
RejectFirstGap |
A boolean indicating whether bad first gaps should be filtered out of the computation. |
RejectLongestGap |
A boolean indicating whether bad longest gaps should be filtered out of the computation. |
RejectRT |
A boolean indicating whether bad RTs should be filtered out of the computation. |
save_results |
A boolean indicating whether the results should be saved to disk. |
This function aggregates iChart RT and Accuracy for each trial, participant, and condition, returning this information in a data frame.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.