print.viztest | R Documentation |
Prints a summary of the results from the viztest()
function.
## S3 method for class 'viztest'
print(x, ..., best = TRUE, missed_tests = TRUE, level = NULL)
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 |
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
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.