Description Usage Arguments Value Examples
View source: R/get.functions.R
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.