
Define explicit analysis decisions for an eyeprocess workflow
Source:R/070-governed-pipelines-0-9.R
eye_analysis_spec.RdDefine explicit analysis decisions for an eyeprocess workflow
Usage
eye_analysis_spec(
blink_correction = NULL,
pupil_baseline = NULL,
fixation_algorithm = NULL,
aoi_rule = NULL,
exclusions = NULL,
model = NULL,
sensitivity = NULL,
...
)Arguments
- blink_correction
Named blink-correction rule or `NULL`.
- pupil_baseline
Numeric baseline window or `NULL`.
- fixation_algorithm
Named fixation algorithm or `NULL`.
- aoi_rule
Named AOI assignment rule or `NULL`.
- exclusions
Explicit exclusion specification or `NULL`.
- model
Explicit model specification or `NULL`.
- sensitivity
Sensitivity specification or `NULL`.
- ...
Additional named decisions.