diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-04 07:48:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-04 07:48:04 +0100 |
commit | 0389d523f049945c85eba42d4a006523595043f0 (patch) | |
tree | cd69527d328f8199700113c7f069302dc2586cbd /man/saem.Rd | |
parent | 48471ca62aeb1aded8aee7fd608607343c90955b (diff) |
Never fail with errors in saem.mmkin
I think it is always preferable to be able to investigate the
saemix object returned.
Diffstat (limited to 'man/saem.Rd')
-rw-r--r-- | man/saem.Rd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/saem.Rd b/man/saem.Rd index 9167b51f..3dc8001a 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -26,7 +26,6 @@ saem(object, ...) nbiter.saemix = c(300, 100), control = list(displayProgress = FALSE, print = FALSE, nbiter.saemix = nbiter.saemix, save = FALSE, save.graphs = FALSE), - fail_with_errors = TRUE, verbose = FALSE, quiet = FALSE, ... @@ -102,9 +101,6 @@ iterations} \item{control}{Passed to \link[saemix:saemix]{saemix::saemix}.} -\item{fail_with_errors}{Should a failure to compute standard errors -from the inverse of the Fisher Information Matrix be a failure?} - \item{verbose}{Should we print information about created objects of type \link[saemix:SaemixModel-class]{saemix::SaemixModel} and \link[saemix:SaemixData-class]{saemix::SaemixData}?} |