Print method for class indexDilemma
Usage
# S3 method for class 'indexDilemma'
print(x, digits = 2, output = "SPCD", ...)
Arguments
- x
Object of class indexDilemma
- digits
Numeric. Number of digits to round to (default is
2
).- output
String with each letter indicating which parts of the output to print (default is
"OCD"
, order does not matter):S
= Summary (Number of IDs, PID, etc.),P
= Analysis parameters,C
= Construct classification table,D
= Implicative dilemmas table.- ...
Not evaluated.