Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -7/+7 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -187/+122 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -4/+4 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -3/+3 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2020-10-15 | Update online docs for release version | Johannes Ranke | 1 | -36/+48 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -7/+7 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -2/+2 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -10/+10 | |
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -54/+9 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-07 | Merge parent solutions to one file | Johannes Ranke | 1 | -3/+29 | |
- Combine R/*.solution.R into R/parent_solutions.R - Create a roxygen family of related functions - Reduce redundancy by using the inherit tag - Change the parent.0 argument to parent_0 to match the corresponding parameter name used in mkinfit | |||||
2020-05-07 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -45/+80 | |
2019-10-25 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -25/+19 | |
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -17/+25 | |
- Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown | |||||
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+2 | |
The new algorithm tries direct optimization of the likelihood, as well as a three step procedure. In this way, we consistently get the model with the highest likelihood for SFO, DFOP and HS for all 12 new test datasets. | |||||
2019-05-07 | Fix hessian calculations | Johannes Ranke | 1 | -6/+12 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 1 | -12/+6 | |
- Fix the respective error in the code - Static documentation rebuilt by pkgdown | |||||
2019-05-03 | Improve error model fitting | Johannes Ranke | 1 | -5/+5 | |
Now we have a three stage fitting process for nonconstant error models: - Unweighted least squares - Only optimize the error model - Optimize both Static documentation rebuilt by pkgdown | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -11/+13 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+3 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-02-22 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -3/+4 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+1 | |
2019-02-21 | Make example logistic fit quiet | Johannes Ranke | 1 | -48/+2 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 1 | -0/+295 | |