Description Usage Arguments Value Examples
It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa.
See the section value of benford
.
1 | mantissa(bfd)
|
bfd |
an object of class "Benford". See |
A data.frame with the main stats of the Mantissa.
1 2 3 | data(corporate.payment) #gets data
cp <- benford(corporate.payment$Amount) #generates benford object
mantissa(cp) # equivalent to cp$mantissa
|
statistic values
1: Mean Mantissa 0.495719705
2: Var Mantissa 0.091746140
3: Ex. Kurtosis Mantissa -1.256585910
4: Skewness Mantissa -0.002008665
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.