OpenSDPsynthR
OpenSDPsynthR copied to clipboard
Codebase to generate simulated data for OpenSDP project
out 0.95) ...`: ! the condition has length > 1 Run `rlang::last_trace()` to see where the error occurred. Warning messages: 1: `funs()` was deprecated in dplyr 0.8.0. ℹ Please use...
The code of the `simglm` package which underlies much of the assessment/outcome simulation in OpenSDPsynthR is being reconfigured. This will cause a break in code when users use a new...
The package should be able to seamlessly convert: - CEDS variable (columns) to SDP variable (columns) names - CEDS values (e.g. option sets) to SDP option sets - SDP columns...
``` ==> devtools::test() Loading OpenSDPsynthR Loading required package: testthat Loading required package: dplyr Attaching package: ‘dplyr’ The following object is masked from ‘package:testthat’: matches The following objects are masked from...
- [X] User should never have to assign seed, but always have option to assign seed - [X] Seed should propogate through top level function to lower-level functions - [...
When the count of students is greater than 100k, creating student enrollments is very slow. Investigate performance improvements for: - [x] creating student enrollments - [x] assigning student statuses -...
The coming June/July `dplyr` API change is going to cause a lot of havoc. Will need a plan to test for this and to prompt users to update.
These should be simple parameters to the control option that result in the same exact data set every time. The first of these should be the CG data file.
Describe what they do, How to insert them in the code How to specify them How to modify them
From @kmuhl - Need to change the names of two long CEDS tables for Stata: k12_student_economically_disadvantaged and k12_school_institution_characteristics. Suggest k12_student_econ_disadvantaged and k12_school_characteristics. -Some of the CEDS variable names are too...