Simulate simple Gazepoint-style gaze data
Source:R/simulation_bids_brms.R
simulate_gazepoint_data.RdGenerate a compact synthetic Gazepoint-style data set for examples, tests, teaching, and workflow demonstrations. The simulation is intentionally simple and should not be treated as a realistic generative model of visual attention.
Arguments
- n_subjects
Number of synthetic participants.
- n_trials
Number of trials per participant.
- trial_duration_ms
Trial duration in milliseconds.
- sampling_rate_hz
Sampling rate in Hz.
- conditions
Character vector of condition labels.
- aoi_labels
Character vector of AOI labels.
- effect_size
Logit-scale increase in target-AOI probability for the second and later conditions.
- target_aoi
AOI receiving the simulated condition effect.
- seed
Optional random seed.
- include_fixations
Should a simple fixation-level table be returned?