Benford_simulation | R Documentation |
Simulates N Benford distribution datasets with matching digit places as the observed dataset.
Benford_simulation(N, freq_table, expected_mean, contingency_table)
N |
The number of Benford conforming datasets to simulate.
|
freq_table |
|
expected_mean |
|
contingency_table |
The user-input probability table of arbitrary distribution. Overwrites
|
A dataframe for the mean of each simulated dataset in every digit place
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.