print.viztest {VizTest} | R Documentation |
Print Method for viztest Objects
Description
Prints a summary of the results from the viztest()
function.
Usage
## S3 method for class 'viztest'
print(x, ..., best = TRUE, missed_tests = TRUE, level = NULL)
Arguments
x |
An object of class |
... |
Other arguments, currently not implemented. |
best |
Logical indicating whether the results should be filtered to include only the best level(s) or include all levels |
missed_tests |
Logical indicating whether the tests not represented by the optimal visual testing intervals should be displayed |
level |
Which level should be used as the optimal one. If |
Details
The results are printed in such a way that the range of optional levels is produced including the range along with two candidates for the best levels to use - middle and easiest.
Prints the results from the viztest function
Value
Printed results that give the level(s) that correspond most closely with the pairwise test results. The values returned are the smallest, largest, middle and easiest. By default this function also reports the tests that are not captured by the (non-)overlaps in confidence intervals when each different level is used.