twoway (version 0.6.3)

taskRT: Data on reaction times for various tasks and topics

Description

A demonstration 3 x 4 two-way table composed of reaction times for tasks varying in difficulty, with content on different topics.

Arguments

Format

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"

Examples

Run this code
# NOT RUN {
data(taskRT)
twoway(taskRT)
twoway(taskRT, method="median")
# }

Run the code above in your browser using DataLab