ge_tidy {GE} | R Documentation |
Tidy a General Equilibrium
Description
Add names to the matrices and vectors of a general equilibrium, and add demand matrix, demand value matrix and supply value matrix to it.
Usage
ge_tidy(ge, names.commodity, names.agent)
Arguments
ge |
a general equilibrium. |
names.commodity |
a character vector consisting of names of commodities. |
names.agent |
a character vector consisting of names of agents. |
Value
A tidied general equilibrium.
[Package GE version 0.4.5 Index]