View source: R/ANT-functions.R
calc_systems | R Documentation |
A function that calculates median values of repsonse times from ANT data with the option to split data into thirds or take the median over all observations.
calc_systems(df, thirds = FALSE)
df |
the dataframe containing ANT data for calculating median reaction times |
thirds |
specifies whether the medians should be calculated for eacah third of the observation time separately. Default is FALSE. |
Returns median(s) reaction times for the specified subject as a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.