eda_moments: Compute moments of a dataset

View source: R/eda_moments.R

eda_momentsR Documentation

Compute moments of a dataset

Description

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.


mgimond/tukeyedar documentation built on Feb. 1, 2025, 4:02 a.m.