Generate study data across multiple snapshots
Usage
generate_study_snapshots(
study_id,
participants,
sites,
snapshots,
interval,
mappings,
base_date = NULL,
outlier_intensity = 1,
verbose = FALSE
)Arguments
- study_id
Study identifier
- participants
Number of participants
- sites
Number of sites
- snapshots
Number of snapshots
- interval
Time interval between snapshots
- mappings
Vector of mapping names to use
- base_date
Base date for snapshot generation (defaults to "2012-01-31" if NULL)
- outlier_intensity
Global multiplier for outlier-like values in domain generators.
- verbose
Whether to print progress/output messages