Learn R Programming

beginr (version 0.1.7)

mf_skewness: Calculate the skewness of a distribution

Description

Calculate the skewness of a distribution

Usage

mf_skewness(x)

Arguments

x

the data to check

Value

the skewness of the distribution of x

Examples

Run this code
# NOT RUN {
mf_skewness(rnorm(100))
# }

Run the code above in your browser using DataLab