skew: Skewness

View source: R/skew.R

skewR Documentation

Skewness

Description

This function returns the skewness of the data. This function is writen to remove NAs and use the bias- corrected statistics. The third moment about the mean is computed and divided by the cube of the standard deviation.

Usage

skew(x)

Arguments

x

data

Value

skewness


LimpopoLab/hydrostats documentation built on April 14, 2025, 5:25 a.m.