SEM_C_matrix | R Documentation |
Create matrix for Simultaneous Equations Model (SEM) representation with coefficients placed next to initial values of regressors, dependent variable and country-specific time-invariant variables.
SEM_C_matrix(alpha, phi_0, periods_n, beta = c(), phi_1 = c())
alpha |
numeric |
phi_0 |
numeric |
periods_n |
numeric |
beta |
numeric vector. Default is c() for no regressors case. |
phi_1 |
numeric vector. Default is c() for no regressors case. |
matrix
alpha <- 9
phi_0 <- 19
beta <- 11:15
phi_1 <- 21:25
periods_n <- 4
SEM_C_matrix(alpha, phi_0, periods_n, beta, phi_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.