This function calculates historical capital shares (Capital + Labour)
of the factor requirements using USDA
Usage
calcAgCapLabourShare(fillWithRegression = TRUE, projection = FALSE)
Arguments
- fillWithRegression
boolean: should missing values be filled based on a regression between capital share
and GDPpcPPP (calibrated to countries)
- projection
either FALSE or SSP on which projections should be based. Only relevant if fillWithRegression is
TRUE.
Author
Edna J. Molina Bacca, Debbora Leip
Examples
if (FALSE) { # \dontrun{
calcOutput("calcAgCapLabourShare")
} # }