Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-05 | Update docs | Johannes Ranke | 1 | -3/+5 | |
2021-09-29 | Reduce noise in nlmixr.mmkin output in examples | Johannes Ranke | 1 | -14/+25 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 1 | -2/+2 | |
2021-06-17 | Let backtransform_odeparms handle nlmixr formation fractions | Johannes Ranke | 1 | -4/+11 | |
Also adapt summary.nlmixr.mmkin to correctly handle the way formation fractions are translated to nlmixr | |||||
2021-06-11 | Finished 'summary.nlmixr.mmkin', checks, docs | Johannes Ranke | 1 | -5/+19 | |
2021-06-09 | Rudimentary support for setting up nlmixr models | Johannes Ranke | 1 | -0/+188 | |
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished |