itamarcaspi/rtadfr

Time series in R (rtadfr) frequency of 5 minutes

tomasnr opened this issue · 1 comments

Time series in R (rtadfr)
Hello.
I'm new to R.
I need to develop my master's dissertation on rational bubbles. Your code "rtadfr" is being of fundamental help. Thanks!
I will perform gsadf test on dataset with 5 minutes interval.
In this command: dateStampDf <- ts(cbind(testStat$testSeq, cvs$datestampCVs[,2]), start = c(1870,1), frequency = 12)
How do I enter a 5 minute frequency?

Thanks in advance for your attention!