SEM_B_matrix: Coefficients matrix for SEM representation

SEM_B_matrixR Documentation

Coefficients matrix for SEM representation

Description

Create coefficients matrix for Simultaneous Equations Model (SEM) representation.

Usage

SEM_B_matrix(alpha, periods_n, beta = c())

Arguments

alpha

numeric

periods_n

integer

beta

numeric vector. Default is c() for no regressors case.

Value

List with two matrices B11 and B12

Examples

SEM_B_matrix(3, 4, 4:6)

bdsm documentation built on April 4, 2025, 1:06 a.m.