diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 08:37:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 08:37:40 +0100 |
commit | df0cff4b829f1abf62f037591a24a8019174dd0a (patch) | |
tree | c43c58070ea2fd122e54e11b938bf7b71bf9fa3e /man/parplot.Rd | |
parent | 1ba099d12ece70f77737505c41eaa7fd1c701140 (diff) |
Pass error.init to saemix_model, show in parplot
Due to an oversight, error.init was not really passed to saemix_model in
saem.mmkin. The new initial values were reverted to c(1, 1), in order to
avoid changing the test results. Initial values for error model
parameters are now shown in parplot.multistart.
Diffstat (limited to 'man/parplot.Rd')
-rw-r--r-- | man/parplot.Rd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/parplot.Rd b/man/parplot.Rd index 37c5841d..ac9e02cf 100644 --- a/man/parplot.Rd +++ b/man/parplot.Rd @@ -35,6 +35,11 @@ Produces a boxplot with all parameters from the multiple runs, scaled either by the parameters of the run with the highest likelihood, or by their medians as proposed in the paper by Duchesne et al. (2021). } +\details{ +Starting values of degradation model parameters and error model parameters +are shown as green circles. The results obtained in the original run +are shown as red circles. +} \references{ Duchesne R, Guillemin A, Gandrillon O, Crauste F. Practical identifiability in the frame of nonlinear mixed effects models: the example |