View source: R/conversation_multidyads_utilities.R
calc_sum_stats | R Documentation |
This function calculates summary statistics for the similarities of multiple dyads.
calc_sum_stats(similarities)
similarities |
A list of similarity sequences for each dyad |
A matrix with summary statistics for each dyad
similarities <- list(
"1" = c(0.5, 0.6, 0.7),
"2" = c(0.4, 0.5, 0.6)
)
calc_sum_stats(similarities)
print(plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.