inst/examples/example-matches.R

m <- matches(boeker)

# several output options
print(m, index = FALSE, names = FALSE, upper = FALSE)
print(m, output = "C")  # construct matches
print(m, output = "E")  # element matches

# extract the matrices
m$constructs
m$elements
markheckmann/OpenRepGrid documentation built on March 5, 2025, 7:43 p.m.