Simulate governed synthetic Gazepoint-derived data
Source:R/synthetic-workflows.R
simulate_gazepoint_governed_data.RdCreates deterministic, non-sensitive synthetic data for package examples, tests, and website articles. The generated outcomes are explicitly observed: a predefined recording-quality review status, an experimentally assigned condition, and a non-sensitive recorded response.
Usage
simulate_gazepoint_governed_data(
n_participants = 30L,
n_stimuli = 8L,
trials_per_cell = 2L,
seed = 1L
)Examples
synthetic <- simulate_gazepoint_governed_data(
n_participants = 12L,
n_stimuli = 4L,
trials_per_cell = 1L,
seed = 101L
)
table(synthetic$quality_status)
#>
#> pass review
#> 41 7