Description Usage Arguments Details Value See Also Examples
Calculate the percent change relative to the data lag periods prior.
1 2 3 4 5 |
obj |
An object of class TSdata or TSestModel |
e |
see the default method. |
base |
see the default method. |
lag |
see the default method. |
cumulate |
see the default method. |
... |
arguments passed to other methods. |
See percentChange
.
For an object of class TSdata the percent change calculation is done
with the output data and the result is an object of class TSdata (or a list of
objects of class TSdata).
For an object of class TSestModel the percent change calculation is done
with estimates$pred
and the result is an object of class TSdata (or a
list of objects of class TSdata).
1 2 | data("eg1.DSE.data", package="dse")
z <- percentChange(outputData(eg1.DSE.data))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.