condstairs | R Documentation |
This is an self-adaptive version (item number is adaptive to user's ability) of filtering task. Only two conditions are included, i.e., condition of no distractor and condition of two distractors.
condstairs(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:
capacity0 |
The mean number of target in condition of no distractors. |
capacity2 |
The mean number of target in condition of 2 distractors. |
capacity |
The mean number of target in both conditions. |
efficiency |
The filtering efficiency, .i.e, difference between condition of no distractors and two distractors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.