View source: R/SEM_param_matrices.R
| sem_B_matrix | R Documentation |
Matrices which describe linear dependencies between dependent variable and regressors (including lagged dependent variable) within the SEM representation.
sem_B_matrix(alpha, n_periods, beta = NULL)
alpha |
numeric |
n_periods |
integer |
beta |
numeric vector. Default is |
List with two matrices B11 and B12
sem_B_matrix(3, 4, 4:6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.