Data2EZ                 package:EZ2                 R Documentation

_C_o_n_v_e_r_t _o_b_s_e_r_v_e_d _s_a_m_p_l_e _m_o_m_e_n_t_s _t_o _d_i_f_f_u_s_i_o_n _p_a_r_a_m_e_t_e_r _v_a_l_u_e_s

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

     Converts proportion correct (Pc), response time variance (VRT),
     and response time mean (MRT), to EZ diffusion model parameters.

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

     Data2EZ(Pc, VRT, MRT, s = 0.1)

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

      Pc: Proportion of correct responses ~~'Pc' here~~ 

     VRT: Variance of the response times in seconds ~~Describe 'VRT'
          here~~ 

     MRT: Mean of the response times in seconds ~~Describe 'MRT' here~~ 

       s: Scale parameter for the parameters (Ratcliff's convention is
          's = 0.1', the default) ~~Describe 's' here~~ 

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

     Use of MRT is optional; if MRT is absent 'Ter' will not be
     computed.

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

     A list with estimates 

      v : Drift rate

      a : Boundary separation

     Ter: Non-decision time (is NA if MRT is absent)

_W_a_r_n_i_n_g:

     ....

_N_o_t_e:

     ~~further notes~~ 

     ~Make other sections like Warning with \section{Warning }{....} ~

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

     ~~who you are~~

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

     ~put references to the literature/web site here ~

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

     ~~objects to See Also as 'help', ~~~

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

         Data2EZ(Pc=0.8022, VRT=0.112035, MRT=0.7231)

