A reaction time dataset. Must be a dataframe with $rt, $condition
and $response.
what
@param what What to plot. Can be 'cr' for 'condition-response pairs,
'c' for condition, and 'r' for response.
layout
An optional layout.
nms
An optional vector of names for each plot. If omitted the names
will be based on the contents of data$condition and/or data$response.
ggplot
ggplot Logical, should ggplot2 be used instead of base R graphics? If set to TRUE,
some arguments from linesArgs and ... will be ignored (but can be added
to plots manually).
...
Arguments to be passed to hist
Details
This function and rtDescriptives are helper functions to inspect raw data.