SEM_B_matrix | R Documentation |
Create coefficients matrix for Simultaneous Equations Model (SEM) representation.
SEM_B_matrix(alpha, periods_n, beta = c())
alpha |
numeric |
periods_n |
integer |
beta |
numeric vector. Default is c() for no regressors case. |
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.