Learn R Programming

OpenRepGrid (version 0.1.16)

print.indexConflict2: Print method for class indexConflict2

Description

Print method for class indexConflict2

Usage

# S3 method for indexConflict2
print(x, digits = 1, output = 1, ...)

Arguments

x

A repgrid object.

digits

Numeric. Number of digits to round to (default is 1).

output

Numeric. The output printed to the console. output=1 (default) will print information about the conflicts to the console. output = 2 will additionally print the conflictive triads.

...

Not evaluated.