View source: R/synchr.classify.R
synchr.classify uses correlation coefficients across lag-1, lag0, and lag1 to categorize dyads as either "mutual adaptors", "leader-follower", or "leader-leader."
1 | synchr.classify(corr_data_list, threshold = 0.1)
|
corr_data_list, |
list containing one coefficient per dyad at lag-1, lag0, and lag1. |
threshold, |
Threshold for what constitutes a "significant" correlation coefficient. Default is 0.10. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.