Posts by André Takano • 21 points
2 posts
-
0
votes0
answers97
viewsQ: How do I solve this problem in seasplot?
Making that code: library(BETS) library(TStools) selic <- BETS.get(4189, from = '2000/01/01', to= '2016/02/01',freq=12) seasplot(selic,outplot = 3,trend = F) Gives this result Error in if…
rasked André Takano 21 -
2
votes1
answer67
viewsQ: How do I eliminate the first variable for testing with the t-1 variable?
I import the Excel files but I can’t lag the variable in R. The lag function it eliminates the first observation and I can’t use nrow or anything like that. How would I do it? I wanted to use it to…
rasked André Takano 21