The function matches to parts of the matrix equation, using the named
formats with row names and solves the matrix equation.
Usage
equation_solve(LHS = NULL, Im = NULL)
Value
A data.frame with auxiliary metadata to conform the symmetric
input-output tables.
Arguments
LHS
A left-hand side vector with a key column containing the
industry or product names for matching, for example the employment coefficients.
Im
A Leontief-inverse with a key column containing the industry or
product names for matching.
Details
This function is used in wrapper functions, such as multiplier_create.
to solve particular problems, but it can be used directly, too.
The function only performs the lhs
pairing industries and checking for exceptions.