Gets the main stats of the Mantissa of a Benford object
It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa.
See the section value of benford
.
mantissa(bfd)
bfd |
an object of class "Benford". See |
A data.frame with the main stats of the Mantissa.
data(corporate.payment) #gets data cp <- benford(corporate.payment$Amount) #generates benford object mantissa(cp) # equivalent to cp$mantissa
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.