Robust Weight Vector

DESCRIPTION:

Returns the weight vector for robust linear regression, as estimated by lmRob .

USAGE:

weights.lmRob(x) 

REQUIRED ARGUMENTS:

x
an object of class "lmRob".

VALUE:

the weight vector.

SEE ALSO:

.

EXAMPLES:

stack.df <- data.frame(Loss=stack.loss,stack.x) 
stack.rob <- lmRob(Loss~Air.Flow+Water.Temp+Acid.Conc.,data=stack.df) 
weights.lmRob(stack.robust)