Question | R Documentation |
This function reads in data from question trials and calculates accuracy, response time, etc.
Question(
data_list = NULL,
maxtrial = 9999,
Correct_Answ_Flag = "QUESTION_ANSWER",
Answ_Button_Flag = "ENDBUTTON",
summary = TRUE
)
data_list |
Input of data files to be processed. This can be specified in three ways:
|
maxtrial |
Maximum number of trials in the experiment (default= 9999) |
Correct_Answ_Flag |
Name of the message flag in the data which indicates what the correct answer was (default= "QUESTION_ANSWER"; Umass convention) |
Answ_Button_Flag |
Name of the message flag in the data which indicates the answer button press (default= "ENDBUTTON"; Umass convention) |
summary |
a logical indicating whether to print average accuracy per subject (default= TRUE) |
Martin R. Vasilev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.