| Data2EZ {EZ2} | R Documentation |
Converts proportion correct (Pc), response time variance (VRT), and response time mean (MRT), to EZ diffusion model parameters.
Data2EZ(Pc, VRT, MRT, s = 0.1)
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~~ |
Use of MRT is optional; if MRT is absent Ter will not be computed.
A list with estimates
v |
Drift rate |
a |
Boundary separation |
Ter |
Non-decision time (is NA if MRT is absent) |
....
~~further notes~~
~Make other sections like Warning with section{Warning }{....} ~
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help, ~~~
Data2EZ(Pc=0.8022, VRT=0.112035, MRT=0.7231)