ge_tidy: Tidy a General Equilibrium

View source: R/ge_tidy.R

ge_tidyR 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.


GE documentation built on Nov. 8, 2023, 9:07 a.m.

Related to ge_tidy in GE...