calcInitialDigitDistr         package:rattle         R Documentation

_G_e_n_e_r_a_t_e _a _f_r_e_q_u_e_n_c_y _c_o_u_n_t _o_f _t_h_e _i_n_i_t_i_a_l _d_i_g_i_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     In the context of Benford's Law calculate the distribution of the
     frequencies of the first digit of the numbers supplied as the
     argument.

_U_s_a_g_e:

     calcInitialDigitDistr(l)

_A_r_g_u_m_e_n_t_s:

       l: a vector of numbers.

_A_u_t_h_o_r(_s):

     Graham.Williams@togaware.com

_R_e_f_e_r_e_n_c_e_s:

     Package home page: <URL: http://rattle.togaware.com>

