R/huber.one.step.R

Defines functions huber.one.step

Documented in huber.one.step

huber.one.step<-function(x,c=1.28){
mu.hat<-huber.NR(x,c,1)[2]
mu.hat
}

Try the asbio package in your browser

Any scripts or data that you put into this service are public.

asbio documentation built on May 29, 2024, 5:57 a.m.