robsvyreg {robsurvey} | R Documentation |
Internal Function for the Regression GM-Estimator
Description
Internal function to call the robust survey regression GM-estimator; this function is only intended for internal use. The function does not check or validate the arguments. In particular, missing values in the data may make the function crash.
Usage
robsvyreg(x, y, w, k, psi, type, xwgt, var = NULL, verbose = TRUE, ...)
svyreg_control(tol = 1e-5, maxit = 100, k_Inf = 1e6, init = NULL,
mad_center = TRUE, ...)
Arguments
x |
|
y |
|
w |
|
k |
|
psi |
|
type |
|
xwgt |
|
var |
|
verbose |
|
... |
additional arguments passed to the method
(see |
tol |
|
maxit |
|
k_Inf |
|
init |
either |
mad_center |
|
Details
Not documented
Value
[list]