R/stdev.R

Defines functions stdev

utils::globalVariables(c('sd'
))

stdev<-function(mx) {return(sd(mx,na.rm=TRUE))}

Try the scitb package in your browser

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

scitb documentation built on Sept. 26, 2024, 9:06 a.m.