R/eda_moments.R
eda_moments.Rd
Computes the mean, variance, skewness, and excess kurtosis of a given numeric vector.
eda_moments(x)
A numeric vector representing the dataset.
A named vector with the count, mean, variance, skewness, and excess kurtosis of the data.