The function svyreg_tukey
is deprecated; use instead
svyreg_tukeyM
.
svyreg_tukey(formula, design, k, var = NULL, na.rm = 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]
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_tukeyM
.
robsurvey-deprecated