Learn R Programming

clarkeTest (version 0.1.0)

print.nonnest.test: Print non-nested test results

Description

Prints results of the clarke_test function.

Usage

# S3 method for nonnest.test
print(x, digits = x$digits, ...)

Arguments

x

A result from the `nonnest` function

digits

Number of digits to print in the output

...

Other arguments passed down to print

Value

Printed output that summarises the results of the clarke_test function.