rounding               package:grouped               R Documentation

_R_o_u_n_d_i_n_g _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:

     rounding(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:

     Under the rounding coarsening mechanism, we assume that the true
     response lies in the interval '[y/m - 0.5/(m + 1), y/m + 0.5/(m +
     1)]'.

_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:

     rounding(Seeds$r, Seeds$n)

