| get_benford_mean | R Documentation | 
Obtains Benford mean in each digit place after specifying omitting 0 and 5 or not
get_benford_mean(contingency_table, omit_05 = NA)
| contingency_table | The user-input probability table of arbitrary distribution. Overwrites  
 | 
| omit_05 | Whether to omit 0 or both 0 and 5. If omit both 0 and 5, pass in c(0,5) or c(5,0); if omit only 0 pass in 0 or c(0); if omit neither, pass in NA. Default to NA. | 
A table for Benford mean in each digit place after removing 0 and/or 5 if desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.