this command is used in tseries 

adf.test(x, alternative = c("stationary", "explosive"),

         k = trunc((length(x)-1)^(1/3)))

this command apply adf test on data given in x .here general 

equatiuon 

that is, equation with constant and trend is used.if i did not include 

constant or trend in the equation and run the

command then how i can run this command in tseries.

 
---------------------------------
Never miss an email again!

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to