aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-18 08:37:40 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-18 08:37:40 +0100
commitdf0cff4b829f1abf62f037591a24a8019174dd0a (patch)
treec43c58070ea2fd122e54e11b938bf7b71bf9fa3e /man
parent1ba099d12ece70f77737505c41eaa7fd1c701140 (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')
-rw-r--r--man/parplot.Rd5
-rw-r--r--man/saem.Rd2
2 files changed, 6 insertions, 1 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
diff --git a/man/saem.Rd b/man/saem.Rd
index 11463351..984d341b 100644
--- a/man/saem.Rd
+++ b/man/saem.Rd
@@ -24,7 +24,7 @@ saem(object, ...)
covariates = NULL,
covariate_models = NULL,
no_random_effect = NULL,
- error.init = c(3, 0.1),
+ error.init = c(1, 1),
nbiter.saemix = c(300, 100),
control = list(displayProgress = FALSE, print = FALSE, nbiter.saemix = nbiter.saemix,
save = FALSE, save.graphs = FALSE),

Contact - Imprint