Learn R Programming

sfcr (version 0.2.1)

.prep_equations: Re-wrote the equations with the correct matrix syntax that will be used to evaluate the expressions inside the Gauss Seidel algorithm

Description

Re-wrote the equations with the correct matrix syntax that will be used to evaluate the expressions inside the Gauss Seidel algorithm

Usage

.prep_equations(ordered_eqs, external)

Arguments

ordered_eqs

ordered equations after passing through .sfcr_find_order() function.

external

Tibble of exogenous values and parameters, already separated with .eq_as_tb() function.