View source: R/factorCostShares.R
factorCostShares | R Documentation |
returns labor and capital cost share out of factor costs (i.e. labor + capital)
factorCostShares(
gdx,
type = "optimization",
products = "kcr",
level = "reg",
file = NULL
)
gdx |
GDX file |
type |
|
products |
products for which cost shares should be reported, kcr or kli |
level |
spatial aggregation to report employment ("reg", "glo" or "regglo") |
file |
a file name the output should be written to using write.magpie |
labor and capital cost share out of factor costs
Debbora Leip
## Not run:
x <- factorCostShares(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.