mf_skewness: Calculate the skewness of a distribution

View source: R/beginr.R

mf_skewnessR Documentation

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

mf_skewness(rnorm(100))

pzhaonet/beginr documentation built on July 19, 2023, 1:57 p.m.