Can anyone explain this R language ts function

前端 未结 0 1292
粉色の甜心
粉色の甜心 2020-12-21 06:49

myts <- ts(mydata[,2:4], start = c(1981, 1), frequency = 4)

Above line of code is clear to me except the part ts(mydata[,2:4]) I know that ts(mydata[,2] tells us t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题