View source: R/digit_probability.R
prob_first_two_digits | R Documentation |
Calculate the probability of the first two digits according to Benford's Law.
prob_first_two_digits(digits)
digits |
First two digits of the number. |
# What is the probability of two ones prob_first_two_digits(11)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.