
Assess sampling irregularity in Gazepoint time series
Source:R/roadmap-exact-backlog-helpers.R
assess_gazepoint_sampling_irregularity.RdSummarizes median sample interval, effective sampling rate, jitter, repeated timestamps, negative steps, and large gaps overall or by group.
Usage
assess_gazepoint_sampling_irregularity(
data,
time_col = NULL,
group_cols = NULL,
nominal_rate_hz = NULL,
large_gap_factor = 3
)