ExpSkew: Measures of Shape - Skewness

View source: R/fn_exp_numeric.R

ExpSkewR Documentation

Measures of Shape - Skewness

Description

Measures of shape to give a detailed evaluation of data. Explains the amount and direction of skew. Kurotsis explains how tall and sharp the central peak is. Skewness has no units: but a number, like a z score

Usage

ExpSkew(x, type)

Arguments

x

A numeric object or data.frame

type

a character which specifies the method of computation. Options are "moment" or "sample"

Value

ExpSkew returns Skewness values

Author(s)

dubrangala

Examples

ExpSkew(mtcars,type="moment")
ExpSkew(mtcars,type="sample")

SmartEDA documentation built on Dec. 4, 2022, 1:15 a.m.