R/qqnormy.R

"qqnormy" <-
function (y) 
{

v<-qqnorm(y,plot.it=FALSE)
return(v$y[sort.list(v$x)])

}

Try the binhf package in your browser

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

binhf documentation built on May 2, 2019, 4:07 p.m.