simpop: Grand simulation

Description Usage Arguments Value Examples

View source: R/sim_defaults.R

Description

Grand simulation

Usage

1
simpop(nstu, seed = NULL, control = sim_control())

Arguments

nstu

integer, number of students to simulate

seed

integer, random seed to make simulation reproducible across sessions, optional

control

a list, defined by sim_control

Value

a list with simulated data

Examples

1
2
3
4
## Not run: 
out <- simpop(nstu = 20, seed = 213)

## End(Not run)

strategicdataproject/OpenSDPsynthR documentation built on June 20, 2020, 6:17 a.m.