equispaced              package:grouped              R Documentation

_E_q_u_i_s_p_a_c_e_d _C_o_a_r_s_e_n_i_n_g _M_e_c_h_a_n_i_s_m

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

     Creates the lower and upper limits of the interval in which the
     true response lies for grouped data  in [0, 1].

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

     equispaced(y, m)

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

       y: the score obtained or number of successes. 

       m: the maximum score or number of trials. 

_D_e_t_a_i_l_s:

     After splitting the [0, 1] interval in 'm + 1' intervals of equal
     length, 'equispaced' returns the limits of the intervals into
     which the rounded version, namely 'y/m', of the true response
     lies.

_V_a_l_u_e:

     a 2-dimensional matrix containing the lower and upper limits of
     the intervals.

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

     Dimitris Rizopoulos dimitris.rizopoulos@med.kuleuven.be

_S_e_e _A_l_s_o:

     'grouped'

_E_x_a_m_p_l_e_s:

     equispaced(Seeds$r, Seeds$n)

