Learn R Programming

bdsm (version 0.1.1)

SEM_B_matrix: Coefficients matrix for SEM representation

Description

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

Usage

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

Value

List with two matrices B11 and B12

Arguments

alpha

numeric

periods_n

integer

beta

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

Examples

Run this code
SEM_B_matrix(3, 4, 4:6)

Run the code above in your browser using DataLab