powered by
It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa. See the section value of benford.
benford
mantissa(bfd)
an object of class "Benford". See benford.
A data.frame with the main stats of the Mantissa.
# NOT RUN { data(corporate.payment) #gets data cp <- benford(corporate.payment$Amount) #generates benford object mantissa(cp) # equivalent to cp$mantissa # }
Run the code above in your browser using DataLab