
Last chance! 50% off unlimited learning
Sale ends in
tfdiff(x, lag=1, differences=1)
## S3 method for class 'default':
tfdiff(x,lag=1, differences=1)
## S3 method for class 'tframe':
tfdiff(x,lag=1, differences=1)
## S3 method for class 'tframed':
diff(x,lag=1, differences=1, ...)
diff
,
lag
z <- ts(rnorm(100), start=c(1982,1), frequency=12)
tfstart(z)
tfperiods(z)
z <- tfdiff(z)
tfstart(z)
tfperiods(z)
Run the code above in your browser using DataLab