Based on the augmented Dickey{Fuller test, do you think the first column of yield Dat is stationary?

Question:

Based on the augmented Dickey{Fuller test, do you think the first column of yield Dat is stationary? Why or why not?
Run the following code to compute changes in the yield curves. Notice the use of [- 1,] to delete the first row and similarly the use of [- n,].
n=dim(yieldDat)[1]
delta_yield = yieldDat[-1,] - yieldDat[-n,]
Plot the first column of delta_yield and run the augmented Dickey-Fuller test to check for stationarity.
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: