Skip to contents

This function calculates simple t-test of the asynchronies of instruments (whether they differ from zero)

Usage

summarise_sync_by_pair(df, bybeat = FALSE, adjust = "bonferroni")

Arguments

df

data frame to be processed, where the minimal requirements are: (1) two or more instruments (`instr`) and (2) beat sub-division (`beat`)

bybeat

logical value whether beat information is used

adjust

Adjust p values with Bonferroni correction (default)

Value

Statistics output (Mean, Standard deviation, T-stat, P value)