mantissa {benford.analysis} | R Documentation |
Gets the main stats of the Mantissa of a Benford object
Description
It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa.
See the section value of benford
.
Usage
mantissa(bfd)
Arguments
bfd |
an object of class "Benford". See |
Value
A data.frame with the main stats of the Mantissa.
Examples
data(corporate.payment) #gets data
cp <- benford(corporate.payment$Amount) #generates benford object
mantissa(cp) # equivalent to cp$mantissa
[Package benford.analysis version 0.1.5 Index]