taskRT {twoway} | R Documentation |
A demonstration 3 x 4 two-way table composed of reaction times for tasks varying in difficulty, with content on different topics.
A matrix of 3 rows and 4 columns, where the rows are the task difficulty levels and the columns are the the topics.
The cell values are average reaction times (in sec.). The matrix has a responseName
attribute, "RT"
data(taskRT)
twoway(taskRT)
twoway(taskRT, method="median")