Auxiliary function used for fitting the sample selection models. Contains control sequences, tuning constants and robustness weight functions.
heckitrob.control(acc = 1e-04, test.acc = "coef", maxit = 50, maxitO = 50,
weights.x1 = c("none", "hat", "robCov", "covMcd"),
weights.x2 = c("none", "hat", "robCov", "covMcd"),
tcc = 1.345, t.c = 1.345)
positive convergence level
only "coef" is currently implemented
integer giving the maximum number of iterations: selection equation
integer giving the maximum number of iterations: outcome equation
vector of robustness weights controlling for the leverage effect in the selection equation
vector of robustness weights controlling for the leverage effect in the outcome equation
tuning constant c for Huber's psi-function for the selection stage
tuning constant c for Huber's psi-function for the outcome stage
A list with the arguments as components.