Description Usage Arguments Details Value Examples
View source: R/rtDescriptives.R
Descriptives of reaction time data
1 |
formula |
A formula object of the form: |
data |
A dataframe for looking up data specified in formula.
For backwards compatibility this can also be with: a column named |
plot |
Logical, should a density plot of all condition-response pairs be made? |
verbose |
Logical, should a table of counts and proportions be printed? |
This function and rtHist
are helper functions to inspect raw data.
Invisibly returns an object of class 'D*M'. It's first element is table
and contains raw counts and proportions for
condition response pairs, conditions, and responses. It's second element plot
contains a ggplot object.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.