tests: Return the parameter values that were tested by paramtest.

View source: R/helpers.R

testsR 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)

  • tests(paramtest): Parameter values for a parameter test.


paramtest documentation built on April 3, 2025, 7:14 p.m.