results: Return results of a parameter test.

View source: R/helpers.R

resultsR Documentation

Return results of a parameter test.

Description

results returns the raw data from a parameter test.

Usage

results(test, ...)

## S3 method for class 'paramtest'
results(test, ...)

Arguments

test

An object of type 'paramtest'.

...

Not currently implemented; used to ensure consistency with S3 generic.

Value

Returns a data frame with all the data returned from each test.

Methods (by class)

  • results(paramtest): Results for a parameter test.


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