
Summarize AOI dwell time and entries
Source:R/roadmap-exact-backlog-helpers.R
summarize_gazepoint_aoi_dwell.RdComputes AOI dwell time, entry counts, first-entry latency, and valid-sample ratios from gaze samples or fixation/AOI tables.
Usage
summarize_gazepoint_aoi_dwell(
data,
time_col = NULL,
aoi_col = NULL,
duration_col = NULL,
group_cols = NULL,
valid_col = NULL
)