Gets the Distortion Factor of a Benford object
It gets the Distortion Factor of a Benford object.
See the section value of benford
.
dfactor(bfd)
bfd |
an object of class "Benford". See |
The distortion factor.
data(corporate.payment) #gets data cp <- benford(corporate.payment$Amount) #generates benford object dfactor(cp) # equivalent to cp$distortion.factor
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.