summarise_sync_by_pair: Calculate summary statistics for asynchronies by instrument...

View source: R/summarise_sync_by_pair.R

summarise_sync_by_pairR Documentation

Calculate summary statistics for asynchronies by instrument pairs

Description

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)

See Also

sync_sample_paired, sync_execute_pairs


tuomaseerola/onsetsynch documentation built on Jan. 17, 2024, 10:58 a.m.