Allow the user to specify details for the different nonlinear robust
regression algorithms in nlrob
.
nlrob.control(method,
psi = c("bisquare", "lqq", "welsh", "optimal", "hampel", "ggw"),
init = c("S", "lts"),
optimizer = "JDEoptim", optArgs = list(),
...)
character
string specifying the method
string specifying the psi-function which defines the estimator.
for some methods, currently, "MM"
only, a string
specifying the initial estimator.
currently only "JDEoptim"
from package DEoptimR.
a list
with several named components.
The contents depend quite a bit on the method
.
# NOT RUN {
str(nlrob.control("MM"))
str(nlrob.control("tau"))
str(nlrob.control("CM"))
str(nlrob.control("mtl"))
# }
Run the code above in your browser using DataLab