From 0389d523f049945c85eba42d4a006523595043f0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 4 Nov 2022 07:48:04 +0100 Subject: Never fail with errors in saem.mmkin I think it is always preferable to be able to investigate the saemix object returned. --- man/saem.Rd | 4 ---- 1 file changed, 4 deletions(-) (limited to 'man') 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}?} -- cgit v1.2.1