mnreadR {mnreadR} | R Documentation |
mnreadR: An R package for analyzing MNREAD data
Description
mnreadR provides simple functions to estimate the four MNREAD parameters:
-
Maximum Reading Speed (MRS) -> can be estimated with the standard method: alone with
curveParam_RT
andcurveParam_RS
or simultaneously with the other MNREAD parameters withmnreadParam
. -> Alternatively, it can be estimated with NLME modeling usingnlmeParam
. -
Critical Print Size (CPS) -> can be estimated with the standard method: alone with
curveParam_RT
andcurveParam_RS
or simultaneously with the other MNREAD parameters withmnreadParam
. -> Alternatively, it can be estimated with NLME modeling usingnlmeParam
. -
Reading Acuity (RA) -> can be estimated alone with
readingAcuity
or simultaneously with the other MNREAD parameters withmnreadParam
. -
Reading ACCessibility Index (ACC) -> can be estimated alone with
accIndex
or simultaneously with the other MNREAD parameters withmnreadParam
.
mnreadR also provides functions for graphical display:
Raw data can be plotted with
mnreadCurve
Estimates from the NLME fit can be plotted with
nlmeCurve