🤷♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################ | |
# This R function helps to interpret the output of the urca::ur.df function. | |
# The rules are based on https://stats.stackexchange.com/questions/24072/interpreting-rs-ur-df-dickey-fuller-unit-root-test-results | |
# | |
# urdf is the output of the urca::ur.df function | |
# level is one of c("1pct", "5pct", "10pct") | |
# | |
# Author: Hank Roark | |
# Date: October 2019 | |
############################################################################################ |