rob.control | R Documentation |
Auxiliary function used for fitting the endogenous probit models. Contains control sequences, tuning constants and robustness weight functions.
rob.control(acc = 1e-04, maxit = 50, weights.x1 = c("none", "hat", "robCov", "covMcd"),
weights.x2 = c("none", "hat", "robCov", "covMcd"), clevel1 = 0.95, tcc = 1.345)
acc |
positive convergence level. |
maxit |
integer giving the maximum number of iterations. |
weights.x1 |
vector of robustness weights controlling for the leverage effect in the reduced equation. |
weights.x2 |
vector of robustness weights controlling for the leverage effect in the outcome equation. |
clevel1 |
value for the critical level for the first stage. |
tcc |
tuning constant c for Huber's psi-function for the first, reduced, stage. |
A list with the arguments as components.
Mikhail Zhelonkin, Andre Bik, Andrea Naghi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.