Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-11 | Finished 'summary.nlmixr.mmkin', checks, docs | Johannes Ranke | 1 | -3/+20 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -3/+3 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-15 | Fully rebuild docs, rerun tests and check | Johannes Ranke | 1 | -3/+3 | |
2021-02-13 | Update docs | Johannes Ranke | 1 | -3/+3 | |
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -4/+4 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2020-12-21 | plot.mixed: Possibility to overlay predictions | Johannes Ranke | 1 | -5/+18 | |
2020-12-11 | Update static docs | Johannes Ranke | 1 | -4/+4 | |
2020-11-30 | Complete rebuild of static docs of dev version | Johannes Ranke | 1 | -5/+5 | |
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 1 | -2/+2 | |
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. | |||||
2020-11-09 | saemix.mmkin and nlme.mmkin inherit from mixed.mmkin | Johannes Ranke | 1 | -0/+313 | |
With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method. |