Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-10 | Tried to find a fast test for deSolve in saemix | Johannes Ranke | 1 | -2/+1 | |
But could not find one. | |||||
2020-12-10 | Add a test for saemix with deSolve | Johannes Ranke | 1 | -3/+4 | |
But skip the test as it takes too long to always run | |||||
2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 1 | -2/+28 | |
2020-12-09 | Any yet more tests | Johannes Ranke | 1 | -1/+1 | |
2020-12-09 | More tests | Johannes Ranke | 1 | -3/+9 | |
2020-12-09 | Try other mixed fits for vdiffr on travis | Johannes Ranke | 1 | -0/+14 | |
2020-12-09 | Test print method for mixed.mmkin | Johannes Ranke | 1 | -0/+1 | |
2020-12-09 | Some more tests that may work on travis now | Johannes Ranke | 1 | -10/+3 | |
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -0/+64 | |
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -4/+12 | |
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. | |||||
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 | |