View source: R/summarise_sync_by_pair.R
summarise_sync_by_pair | R Documentation |
This function calculates simple t-test of the asynchronies of instruments (whether they differ from zero)
summarise_sync_by_pair(df, bybeat = FALSE, adjust = "bonferroni")
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) |
Statistics output (Mean, Standard deviation, T-stat, P value)
sync_sample_paired
, sync_execute_pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.