ngeoSD {GeomxTools} | R Documentation |
Get the geometric standard deviation of a vector
ngeoSD(x, thresh = 0.5)
x |
numeric vector |
thresh |
minimum numeric value greater than 0 to have in vector |
numeric geometric standard deviation of vector
ngeoSD(c(0, 1, 2, 2), thresh=0.1)