powered by
calculate the fisher skewness.
fisher_calc(x, na.rm = FALSE)
a vector with the data to make the calculation.
a logical value indicating whether the NAs have to be eliminated.
# NOT RUN { fisher_calc(iris$Petal.Length) # }
Run the code above in your browser using DataLab