5.4 Plot the GNP series, gnp, and then test for a unit root against the alternative that the process is explosive. State your conclusion.
Hint: [in R]
library(astsa)
library(tseries)
head(gnp)
print(gnp)

Answer :

Other Questions