powered by
Calculate the skewness of a numeric vector
skewness(x, na.rm = FALSE)
the numeric vector
TRUE if NA values should be discarded
the skewness
# NOT RUN { skewness(x=c(1,2.4,5,NA), na.rm=TRUE) # }
Run the code above in your browser using DataLab