diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-02 16:58:56 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-02 16:58:56 +0200 |
commit | 0311f0658a276fab84e78c060b73c0b46c33b100 (patch) | |
tree | cbf4ba9576869008978848a403833679638e5cbb /NEWS.md | |
parent | 7d5f4cd06b5a3a95a98b345f6b5e1e4ab3526e0a (diff) |
Deal with covariates in summary for saem.mmkin objects
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ # mkin 1.2.3 -- Depend on upcoming deSolve version with the possibility to avoid resolving symbols in a shared library (compiled models) over and over. +- Depend on current deSolve version with the possibility to avoid resolving symbols in a shared library (compiled models) over and over, thanks to Thomas Petzoldt. - '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. +- 'R/{endpoints,parms,plot.mixed.mmkin,summary.saem.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) |