OpenSDPsynthR
OpenSDPsynthR copied to clipboard
API change in simglm package
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 version of that package. Code will need to be rewritten to meet the new API or an alternative simulation strategy identified.
https://github.com/lebebr01/simglm/issues
For now, the way around this is to install a frozen in time fork of the package:
devtools::install_github("jknowles/simglm")