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 Sept. 9, 2025, 5:55 p.m.