powered by
It gets the lines, values, mantissa and first digits of the data used of a Benford object . See the section value of benford.
benford
getData(bfd)
an object of class "Benford". See benford.
A data.frame with the lines, values, mantissa and first digits of the data.
# NOT RUN { data(corporate.payment) cp <- benford(corporate.payment$Amount) #generates benford object getData(cp) # equivalent to cp$data # }
Run the code above in your browser using DataLab