Learn R Programming

robsurvey (version 0.1.0)

rht_control: Control function for M-estimation (tuning parameters etc.)

Description

This function is called internally.

Usage

rht_control(acc = 1e-05, maxit = 100, psi = "Huber", ...)

Arguments

acc

numeric tolerance, stoping rule in the iterative updating scheme (default: 1e-5)

maxit

maximum number of updating iterations

psi

psi-function (Huber or asymHuber)

...

additional arguments

Value

List

Details

Tuning parameters for weighted_mean_huber, weighted_total_huber, svymean_huber, svytotal_huber.