wyfcol {robeth}R Documentation

Modified fixed-point algorithm for collinear data in the standardized case

Description

See Marazzi A. (1993), p.87

Usage

wyfcol(x, exu = ucv, nobs = nrow(x), iwgt = .dFvGet()$iwg, 
       apar = .dFvGet()$apr, tau = .dFvGet()$tua, 
       tol = .dFvGet()$tlo, maxit = .dFvGet()$mxf, 
       nitmon = .dFvGet()$ntm, icnv = .dFvGet()$icv)

Arguments

x

See reference

exu

See reference

nobs

See reference

iwgt

See reference

apar

See reference

tau

See reference

tol

See reference

maxit

See reference

nitmon

See reference

icnv

See reference

Value

See reference

References

Marazzi A. (1993) Algorithm, Routines, and S functions for Robust Statistics. Wadsworth & Brooks/cole, Pacific Grove, California. p.8


[Package robeth version 2.7-8 Index]