radEmu 2.0.0.0
This is a major release that speeds up score tests, and forces the user to clarify that they wish to perform score tests. It makes the default behaviour faster, but is not backwards compatible.
Breaking changes
- The argument
test_kj
is now required foremuFit()
whenrun_score_tests = TRUE
(the default). Previous default behavior was to run score tests for every parameter, which can be very time consuming(and can easily be parallelized). This change forces the user to explicitly state what tests they would like to run, significantly decreasing unnecessary computation.