mantissa: Gets the main stats of the Mantissa of a Benford object

Description Usage Arguments Value Examples

Description

It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa. See the section value of benford.

Usage

1
mantissa(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A data.frame with the main stats of the Mantissa.

Examples

1
2
3
data(corporate.payment) #gets data 
cp <- benford(corporate.payment$Amount) #generates benford object
mantissa(cp) # equivalent to cp$mantissa

Example output

               statistic       values
1:         Mean Mantissa  0.495719705
2:          Var Mantissa  0.091746140
3: Ex. Kurtosis Mantissa -1.256585910
4:     Skewness Mantissa -0.002008665

benford.analysis documentation built on May 2, 2019, 10 a.m.