Description Usage Arguments Value Examples
It subsets the original data according to the leading digits.
1 |
bfd |
an object of class "Benford". See |
data |
the original data of the analysis. |
digits |
the first digits to get. |
The the original data starting only with the leading digits.
1 2 3 4 5 6 7 | data(census.2000_2010) #gets data
#generates benford object
c2010 <- benford(census.2000_2010$pop.2010)
#subsets data starting with digits 10 and 25
digits.10.25 <- getDigits(c2010, census.2000_2010, c(10,25))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.