diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 14:45:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 14:45:04 +0100 |
commit | 737fc7f352bbb853b01ff6e3c6ec21a528da901e (patch) | |
tree | 52b17ee5c0000de32d64dc3d4c4a8175868c78b3 /NEWS.md | |
parent | 9756a9e7e7911caf97bc6a1533926e4e6a58ceda (diff) |
Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin
See NEWS.md. Closes #12
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,10 @@ - 'transform_odeparms', 'backtransform_odeparms': Use logit transformation for solitary fractions like the g parameter of the DFOP model, or formation fractions for a pathway to only one target variable +- 'plot.mmkin': Add a ylab argument, making it possible to customize the y axis label of the panels on the left without affecting the residual plots + +- 'plot.mkinfit': Change default ylab from "Observed" to "Residue" + ## Mixed-effects models - 'mixed.mmkin' New container for mmkin objects for plotting with the 'plot.mixed.mmkin' method @@ -32,6 +36,7 @@ - 'saem' generic function to fit saemix models using 'saemix_model' and 'saemix_data', with a generator 'saem.mmkin', summary and plot methods + # mkin 0.9.50.3 (2020-10-08) - 'parms': Add a method for mmkin objects |