R/stdev.R

`stdev` <-
function(x,na.rm,unbiased)
    sd(x,na.rm=TRUE)*if (unbiased) 1 else 1-1/length(x)

Try the muStat package in your browser

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

muStat documentation built on May 2, 2019, 5:12 a.m.