embedded | R Documentation |
embedding time series data
## S4 method for signature 'data.frame'
embedded(data, target, E = 3, tau = 1)
data |
observation data. |
target |
name of target variable. |
E |
(optional) embedding dimensions. |
tau |
(optional) step of time lags. |
A matrix
embedded(data.frame(t = 1:5),"t",3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.