diff_mult {bootUR} | R Documentation |
Differences of Multiple Time Series
Description
Performs differencing of multiple time series, with possibly different orders for each time series.
Usage
diff_mult(data, d, keep_NAs = TRUE)
Arguments
data |
A ( |
d |
An |
keep_NAs |
Logical indicator whether or not to keep the |
Value
The appropriately differenced data in the same format as the original data.
References
Smeekes, S. and Wilms, I. (2023). bootUR: An R Package for Bootstrap Unit Root Tests. Journal of Statistical Software, 106(12), 1-39.
[Package bootUR version 1.0.4 Index]