Improved embed() function
Improved version of the embed
function in the stats
package. First it allows
embeddings in past and future observation space (backward
and forward shift). Secondly, it adds 'NA' to the
beginning (or end) of the embedding matrix, depending on
the dimension of the embedding. Optionally, they can be
removed.
embed2(x, max.lag = 1, na.omit = FALSE)
x |
a numeric vector, matrix, or time series. |
max.lag |
a scalar representing the embedding
dimension in past or future. Note that contrary to
'dimension = 1' in |
na.omit |
logical; if TRUE, it removes NA values automatically from embedded matrix. |
data(nottem) aa <- embed2(nottem, 12)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.