regressoR (version 1.1.8)

fisher_calc: fisher_calc

Description

calculate the fisher skewness.

Usage

fisher_calc(x, na.rm = FALSE)

Arguments

x

a vector with the data to make the calculation.

na.rm

a logical value indicating whether the NAs have to be eliminated.

Examples

Run this code
# NOT RUN {
fisher_calc(iris$Petal.Length)

# }

Run the code above in your browser using DataCamp Workspace