Description Usage Arguments Details Examples
filteriChart()
takes two values that indicated an analysis window and computes
the following statistics for each trial: RT, longestLook, longestGap, Gap, longestGapPosition,
NumberOfShifts, FirstFixation.
1 2 | filteriChart(iChart, minRT, maxRT, maxfirstgap = 30, maxlonggap = 30,
save_results = TRUE)
|
iChart |
A data frame in iChart format with iChart column names. |
minRT |
An integer indicating the lower bound of the RT analysis window in milliseconds. |
maxRT |
An integer indicating the upper bound of the RT analysis window in milliseconds. |
maxfirstgap |
An integer indicating the upper bound of the first gap shift length frames. |
maxlonggap |
An integer indicating the upper bound of the longest gap in a trial in frames. |
save_results |
A boolean indicating whether the results should be saved to disk. |
This function creates variables that can be used to filter trials out of the iChart based on user-specified exlcusionary criteria.
1 2 3 | ## Not run: d <- filteriChart(iChart, minRT=300, maxRT=1800, maxfirstgap=30,
maxlonggap=30, save_results = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.