diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:42:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:45:52 +0100 |
commit | a8514e92fbb23d60db686ddf153592fb28c48a77 (patch) | |
tree | 3b1accab0d14b99ed7b5aefc69e05dc7dcb8e74c /NEWS.md | |
parent | 9e7aa351b30a0dc9b1e6e14da751c7f42a7587dd (diff) |
Support covariates in endpoints()
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ - Depend on upcoming deSolve version with the possibility to avoid resolving symbols in a shared library (compiled models) over and over. -- 'R/mkinerrmin.R': Fix typo in subset (use of = instead of ==), thanks to Sebastian Meyer for spotting this during his work on R 4.3.0 +- 'R/mkinerrmin.R': Fix typo in subset (use of = instead of ==), thanks to Sebastian Meyer for spotting this during his work on R 4.3.0. + +- 'R/{endpoints,parms,plot.mixed.mmkin}.R': Calculate parameters and endpoints and plot population curves for specific covariate values, or specific percentiles of covariate values used in saem fits. # mkin 1.2.2 (unreleased) |