View source: R/synthetic-workflows.R
| simulate_gazepoint_governed_data | R Documentation |
Creates 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.
simulate_gazepoint_governed_data(
n_participants = 30L,
n_stimuli = 8L,
trials_per_cell = 2L,
seed = 1L
)
n_participants |
Number of synthetic participants. |
n_stimuli |
Number of synthetic stimuli. |
trials_per_cell |
Number of trials per participant-stimulus cell. |
seed |
Deterministic random seed. |
A data frame containing identifiers, observed outcomes, and predeclared synthetic predictors.
synthetic <- simulate_gazepoint_governed_data(
n_participants = 12L,
n_stimuli = 4L,
trials_per_cell = 1L,
seed = 101L
)
table(synthetic$quality_status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.