capacity | R Documentation |
The visual arrays task is used to measure working memory capacity. Here we calculate the capacity from data. Note this is used when the whole visual arrays are to be detected.
capacity(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:
k |
The mean capacity in all conditions. |
k3 |
The capacity in condition of 3 arrays. |
k5 |
The capacity in condition of 5 arrays. |
k7 |
The capacity in condition of 7 arrays. |
k9 |
The capacity in condition of 9 arrays. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.