Auxiliary function for passing the estimation options as parameters to the estimation function custom.TSGS
MycovRobTSGS(
filter = c("UBF-DDC", "UBF", "DDC", "UF"),
partial.impute = FALSE,
tol = 1e-04,
maxiter = 150,
loss = c("bisquare", "rocke"),
init = c("emve", "qc", "huber", "imputed", "emve_c")
)
a list of passed parameters
the filter to be used in the first step. Available choices are "UBF-DDC","UBF","DDC","UF". The default one is "UBF-DDC".
whether partial imputation is used prior to estimation. The default is FALSE.
tolerance for the convergence criterion. Default is 1e-4.
maximum number of iterations. Default is 150.
loss function to use, "bisquare" or "rocke". Default is "bisquare"
type of initial estimator. Options include "emve", "qc", "huber","imputed","emve_c"