Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -4/+7 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 1 | -10/+12 | |
2020-05-08 | Roxygenize, adapt tests | Johannes Ranke | 1 | -1/+2 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -5/+5 | |
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat | |||||
2019-10-31 | Reorganize tests to reduce time on winbuilder | Johannes Ranke | 1 | -18/+3 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -4/+34 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-26 | Address some check and test failures | Johannes Ranke | 1 | -2/+2 | |
2019-10-26 | parms and confint methods | Johannes Ranke | 1 | -20/+13 | |
The confint method can do profile likelihood based confidence intervals! | |||||
2019-10-22 | Improved visual testing | Johannes Ranke | 1 | -0/+2 | |
2019-10-21 | Explicit solution_type for FOCUS D in tests | Johannes Ranke | 1 | -2/+5 | |
Because on winbuilder obviously gcc was not found, so the Eigenvalue based solution method was used, leading to a test failure when comparing the summary, as the solution method is listed | |||||
2019-10-21 | Improve tests, remove geometric_mean | Johannes Ranke | 1 | -0/+75 | |