Learn R Programming

OpenRepGrid.ic (version 0.6.2)

count_matches: Count number of matches / non-matches for two constructs

Description

Missing values lead to neither a match nor non-match

Usage

count_matches(ci, cj, inverse = FALSE)

Arguments

ci, cj

Two ratings scores to be compared.

inverse

Whether to count matches (`FALSE`) or inverse matches (`TRUE`).