The function svyreg_huber
is deprecated; use instead
svyreg_huberM
.
svyreg_huber(formula, design, k, var = NULL, na.rm = FALSE, asym = FALSE,
verbose = TRUE, ...)
Object of class svyreg.rob
a [formula]
object (i.e., symbolic description
of the model)
an object of class survey.design
; see
svydesign
.
[double]
robustness tuning constant
(\(0 < k \leq \infty\)).
a one-sided [formula]
object or variable name
([character]
) that defines the heteroscedastic variance
or [NULL]
indicating homoscedastic variance (default:
NULL
).
[logical]
indicating whether NA
values should
be removed before the computation proceeds (default: FALSE
).
[logical]
toggle for asymmetric Huber psi-function
(default: FALSE
).
[logical]
indicating whether additional information
is printed to the console (default: TRUE
).
additional arguments passed to the method (e.g., maxit
:
maxit number of iterations, etc.).
See svyreg_huberM
.
robsurvey-deprecated