Print personnel-selection model comparison objects
Source:R/utils-validation.R
print.psu_comparison.RdFormats and prints model-comparison result objects of class
psu_comparison. Displays the top-level scalar quantities and, when
present, the per-subsystem summaries (compensatory and
multiple-hurdle).
Usage
# S3 method for class 'psu_comparison'
print(x, ...)Arguments
- x
An object of class
psu_comparison, typically returned bycompare_selection_systems()or related functions.- ...
Currently ignored; reserved for compatibility with the
print()generic.