tests: Return the parameter values that were tested by paramtest.
Description
tests
extracts information about the set of specific tests (parameter
values) for a parameter test.
Usage
tests(test, ...)# S3 method for paramtest
tests(test, ...)
Value
Returns a data frame with one row for each set of tests that
was performed.
Arguments
- test
An object of type 'paramtest'.
- ...
Not currently implemented; used to ensure consistency with S3 generic.