Skip to contents

Constructs the B matrix based on the given system of equations and the exogenous variables.

Usage

construct_beta_matrix(equations, exogenous_variables)

Arguments

equations

A character string containing the system of equations, where equations are separated by commas.

exogenous_variables

A character vector representing the exogenous variables.

Value

Beta matrix.