OpenSDPsynthR
OpenSDPsynthR copied to clipboard
Codebase to generate simulated data for OpenSDP project
Results
12
OpenSDPsynthR issues
Sort by
recently updated
recently updated
newest added
There are a number of complex parameters for outcome simulations. These need to be documented, validated, and examples need to be given for how the user can adjust them. Suggested...
Currently, baseline methods do not consistently return the same object type: - `assign_baseline("ell", data)` returns an integer - `assign_baseline("program", data)` returns a data.frame - `assign_baseline("grade", data)` returns a data.frame This...