Skip to contents

The function estimates the skewness of a numeric vector.

Usage

estimate_skewness(x, na_rm = TRUE)

Arguments

x

Numeric vector.

na_rm

Logical value. If TRUE, missing values are dropped.

Value

Numeric value.