print.nonnest.test {clarkeTest} | R Documentation |
Print non-nested test results
Description
Prints results of the clarke_test
function.
Usage
## S3 method for class '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.
[Package clarkeTest version 0.2.0 Index]