add_time_crit_onset: Add Critical Onset Values And Compute Relative Time In Trial

Description Usage Arguments Details Examples

Description

add_time_crit_onset() is used to add time relative to critical points in each trial. The two critical points include: sound and noun.

Usage

1
add_time_crit_onset(df_et, df_timing, onset_type = "noun")

Arguments

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").

Details

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.

Examples

1
## Not run: d <- add_time_crit_onset(df_et, d_timing, onset_type = "noun")

kemacdonald/Rtobii documentation built on May 4, 2019, 1:21 p.m.