The default print method for a nonlintest object produced by
nonlintest().
Usage
# S3 method for class 'nonlintest'
print(x, ...)Arguments
- x
a
nonlintestobject produced bynonlintest().- ...
additional arguments to
plot()
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
} # }
# }
