locmem | R Documentation |
Several tests are based on subject's spatial acuity, so typically a distance
error is collected and scores are calculated based on that error. locmem()
deal with the distance condition only. locmem2()
deals with a special case
when the response order and distance both matter.
locmem(data, .by = NULL, .input = NULL, .extra = NULL)
locmem2(data, .by = NULL, .input = NULL, .extra = NULL)
data |
Raw data of class |
.by |
The column name(s) in |
.input , .extra |
Each is a |
An object with the same class as data
contains following values:
nc_loc |
Count of correct responses for location. |
mean_dist_err |
Mean of the response distance errors. |
mean_log_err |
Mean of the log-transformed (of base |
nc_order |
Count of correct responses for order. For |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.