Simulate survey data with conditional survey logic and missing responses
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Remove `set.seed()` from individual variable simulations. Setting the seed each time results in identical sampling
64bf5acView on GitHubImplement `simulate()`, `assert()`, and a `print()` method for dataset promises
2e92045View on GitHubImplement `declare_survey_logic()` and two generators `skipped()`, `imputed()`
0446bd8View on GitHubSet `missing_perc = NA` by default, meaning we don't check missingness at all in validators
5113db1View on GitHub