raggedEdge | R Documentation |
Generate a ragged edge structure for a data matrix
raggedEdge(X, lags)
X |
numeric data matrix |
lags |
vector of integers representing publication lag of each variable |
ragged edge version of X
data = matrix(rnorm(100),ncol=10)
pub_lags = c(rep(2,5),rep(1,3),rep(0,2))
new_data = raggedEdge(data, pub_lags)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.