Learn R Programming

samesies (version 0.1.0)

pair_averages: Calculate Average Similarity Scores By Pairs

Description

Calculates and returns the average similarity scores for each pair of lists compared, broken down by method.

Usage

pair_averages(x, method = NULL, ...)

pair_averages(x, method = NULL, ...)

Value

A data frame containing:

method

The similarity method used

pair

The pair of lists compared

avg_score

Mean similarity score for the pair

A data frame containing pair-wise average scores

Arguments

x

A similarity object

method

Optional character vector of methods to include

...

Additional arguments (not used)