calc_moments: Calculate moments of a numeric vector

View source: R/diagnostics.R

calc_momentsR Documentation

Calculate moments of a numeric vector

Description

Calculate moments of a numeric vector

Usage

calc_moments(x)

Arguments

x

a numeric vector

Value

a named vector of descriptive statistics

Examples

x <- rexp(1000, 2)
calc_moments(x)

datareaver/fitur documentation built on June 18, 2022, 11:04 a.m.