aboutsummaryrefslogtreecommitdiff
path: root/R/mean_degparms.R
AgeCommit message (Collapse)AuthorFilesLines
2022-04-12Fix using defaults for log rate constantsJohannes Ranke1-1/+3
2022-04-09Improvements to mean_degparms() and plot.mixed.mmkin()Johannes Ranke1-2/+6
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data
2021-06-11Finished 'summary.nlmixr.mmkin', checks, docsJohannes Ranke1-1/+2
2021-06-09Rudimentary support for setting up nlmixr modelsJohannes Ranke1-0/+61
- 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

Contact - Imprint