Learn R Programming

geostats (version 1.5)

skew: calculate the skewness of a dataset

Description

Compute the third moment of a sampling distribution.

Usage

skew(x)

Value

a scalar

Arguments

x

a vector

Examples

Run this code
data(porosity,package='geostats')
skew(porosity)

Run the code above in your browser using DataLab