Description Usage Arguments Value Examples
This function allows to verify if the time series is stationary or not (consider first differences).
1 |
ts |
A univariate time series of class 'ts' object. |
A logical TRUE/FALSE object.
1 2 3 | dataset<-data.frame('something'=c(...))
dataset_ts<-ts(dataset, ...)
stationary_data(dataset_ts[,1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.