Last chance! 50% off unlimited learning
Sale ends in
drmc(constr = FALSE, errorm = TRUE, maxIt = 500, method="BFGS",
noMessage = FALSE, relTol = 1e-07, rmNA=FALSE, useD = FALSE,
trace = FALSE, otrace = FALSE, warnVal = -1, dscaleThres = 1e-15, rscaleThres = 1e-15)
drm
should result
in an error or only a warning.optim
for available methods.optim
is displayed.optim
is displayed.options
. The default results in suppression of warnings.### Displaying the default settings
drmc()
### Using 'method' argument
model1 <- drm(ryegrass, fct = LL.4())
model2 <- drm(ryegrass, fct = LL.4(),
control = drmc(method = "Nelder-Mead"))
Run the code above in your browser using DataLab