Last chance! 50% off unlimited learning
Sale ends in
Obtain a list with tuning paramters for lmrob()
.
reg_control(efficiency = 0.85, max_iterations = 200, tol = 1e-07,
seed = NULL)
a numeric value giving the desired efficiency (defaults to 0.85 for 85% efficiency).
an integer giving the maximum number of iterations in various parts of the algorithm.
a small positive numeric value to be used to determine convergence in various parts of the algorithm.
optional initial seed for the random number generator (see
.Random.seed
).
A list of tuning parameters as returned by
lmrob.control()
.
Salibian-Barrera, M. and Yohai, V.J. (1987) A fast algorithm for S-regression estimates. Journal of Computational and Graphical Statistics, 15(2), 414--427.
Yohai, V.J. (1987) High breakdown-point and high efficiency estimates for regression. The Annals of Statistics, 15(20), 642--656.
lmrob()
,
lmrob.control()
# NOT RUN {
data("BSG2014")
# run fast and robust bootstrap test
ctrl <- reg_control(efficiency = 0.95)
test <- test_mediation(BSG2014,
x = "ValueDiversity",
y = "TeamCommitment",
m = "TaskConflict",
control = ctrl)
summary(test)
# }
Run the code above in your browser using DataLab