tests {paramtest} | R Documentation |
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 class 'paramtest'
tests(test, ...)
Arguments
test |
An object of type 'paramtest'. |
... |
Not currently implemented; used to ensure consistency with S3 generic. |
Value
Returns a data frame with one row for each set of tests that was performed.
Methods (by class)
-
paramtest
: Parameter values for a parameter test.
[Package paramtest version 0.1.0 Index]