Description Usage Arguments Details Examples
add_time_crit_onset()
is used to add time relative to critical points
in each trial. The two critical points include: sound and noun.
1 | add_time_crit_onset(df_et, df_timing, onset_type = "noun")
|
df_et |
A data frame of eye tracking data |
df_timing |
A data frame of trial timing information |
onset_type |
A string indicating the type of onset to compute ("sound" or "noun"). |
This function allows you to add critical onsets (sound on, noun on) to Tobii eyetracking data based on timing coded in an external timing file.
1 | ## Not run: d <- add_time_crit_onset(df_et, d_timing, onset_type = "noun")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.