Skip to contents

Computes the mean, variance, skewness, and excess kurtosis of a given numeric vector.

Usage

eda_moments(x)

Arguments

x

A numeric vector representing the dataset.

Value

A named vector with the count, mean, variance, skewness, and excess kurtosis of the data.