calc_systems: Median response time calcualtor

View source: R/ANT-functions.R

calc_systemsR Documentation

Median response time calcualtor

Description

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.

Usage

calc_systems(df, thirds = FALSE)

Arguments

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.

Value

Returns median(s) reaction times for the specified subject as a dataframe


coffm049/RAD.Lab documentation built on April 4, 2022, 10:35 a.m.