FisherSkew: Fisher's measure of skewness

Description Usage Arguments Value Author(s) Examples

View source: R/FisherSkew.R

Description

Computes Fisher's measure of skewness, that is the third standardized moment of each variable in the dataset

Usage

1

Arguments

data

data matrix

Value

Dataframe containing Fisher's measure of skewness of each variable of the dataset

Author(s)

Cinzia Franceschini and Nicola Loperfido

Examples

1
2
3
data(PM10_2006)
PM10_2006_matrix<-data.matrix(PM10_2006)
FisherSkew(PM10_2006_matrix)

Example output

Loading required package: MaxSkew

MultiSkew documentation built on May 2, 2019, 9:36 a.m.