print.viztest: Print Method for viztest Objects

View source: R/functions.R

print.viztestR 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 viztest.

...

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 NULL, the easiest optimal level will be used. Easiness is measured by the sum of the overlap in confidence intervals for insignificant tests plus the distance between the lower and upper bound for tests that are significant.

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.


VizTest documentation built on April 3, 2025, 9:37 p.m.