pbsZ | R Documentation |
Create Z Matrix
pbsZ(N, first_difference)
N |
[matrix()] with [numeric()] columns. |
first_difference |
[logical()] First difference columns of N? |
[matrix()] Z
N <- data.frame(x = 1:10, y = 11:20)
lags <- list(x = c(0, 1, 2), y = c(0, 1))
N <- pbsN(N, lags)
Z <- pbsZ(N, first_difference = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.