Skip to contents

The default print method for a nonlintest object produced by nonlintest().

Usage

# S3 method for class 'nonlintest'
print(x, ...)

Arguments

x

a nonlintest object produced by nonlintest().

...

additional arguments to plot()

Value

summary of Results of the Non-linear Test.

Author

Adrian Barnett a.barnett@qut.edu.au

Examples

# \donttest{
if (FALSE) { # \dontrun{
test_res <- nonlintest(data = CVD$cvd, n.lag = 4, n.boot = 1000)
test_res
} # }
# }