powered by
Compute the F-test statistic for nonlinearity
F.test(x, order, thres = 0)
time series.
AR order.
threshold value.
The function outputs the test statistic and its p-value, and return a list with components:
test statistic.
p-value.
# NOT RUN { y=rnorm(100) F.test(y,2,0) # }
Run the code above in your browser using DataLab