calcInitialDigitDistr | R Documentation |
In the context of Benford's Law calculate the distribution of the frequencies of the first digit of the numbers supplied as the argument.
calcInitialDigitDistr(l, digit=1, len=1, sp=c("none", "positive", "negative"))
l |
a vector of numbers. |
digit |
the digit to generate frequencies for. |
len |
The number of digits. |
sp |
whether and how to split the digits. |
Package home page: https://rattle.togaware.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.