Skip to contents

Returns a named list of synthetic data.frames keyed by OTIS publication id (a01, b01..b09, c01..c12, d01..d07). Each frame is built by morie_synth_otis with a per-id seed offset for reproducibility.

Usage

morie_synth_otis_all(n = 80L, seed = 2L)

Arguments

n

Integer; rows per dataset. Default 80.

seed

Integer; base RNG seed. Default 2.

Value

Named list of 29 data.frames.

See also

Examples

all_otis <- morie_synth_otis_all(n = 30)
names(all_otis)
#>  [1] "a01" "b01" "b02" "b03" "b04" "b05" "b06" "b07" "b08" "b09" "c01" "c02"
#> [13] "c03" "c04" "c05" "c06" "c07" "c08" "c09" "c10" "c11" "c12" "d01" "d02"
#> [25] "d03" "d04" "d05" "d06" "d07"