Calculate first difference of data in R

后端 未结 0 352
没有蜡笔的小新
没有蜡笔的小新 2021-01-19 07:29

This is the code i have used

mydatalogdiff1 <- diff(mydatalog, lag = 1, differences = 1, arithmetic = TRUE, log = FALSE)

this is error

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