sem_B_matrix: Matrices with alpha and beta parameters for SEM...

View source: R/SEM_param_matrices.R

sem_B_matrixR Documentation

Matrices with alpha and beta parameters for SEM representation

Description

Matrices which describe linear dependencies between dependent variable and regressors (including lagged dependent variable) within the SEM representation.

Usage

sem_B_matrix(alpha, n_periods, beta = NULL)

Arguments

alpha

numeric

n_periods

integer

beta

numeric vector. Default is NULL for no regressors case.

Value

List with two matrices B11 and B12

Examples

sem_B_matrix(3, 4, 4:6)


badp documentation built on Aug. 20, 2026, 9:08 a.m.