Return company level sector alignment metric for each company with option to disaggregate by buildout / phaseout.
calculate_company_aggregate_alignment_tms.Rd
Return company level sector alignment metric for each company with option to disaggregate by buildout / phaseout.
Usage
calculate_company_aggregate_alignment_tms(
data,
scenario_source = "geco_2021",
scenario = "1.5c",
level = c("net", "bo_po")
)
Arguments
- data
data.frame. Holds company-technology deviations based on PACTA for Banks TMS results. Must have been calculated according to the increasing/decreasing logic of the CA100+ calculation.
- scenario_source
Character. Vector that indicates which scenario_source to use for reference in the calculation of the alignment metrics. Currently, the only supported value is
"geco_2021"
.- scenario
Character. Vector that indicates which scenario to calculate the alignment metric for. Must be a scenario available from
scenario_source
.- level
Character. Vector that indicates if the aggreagte alignment metric should be returned based on the net technology deviations (
net
) or disaggregated into buildout and phaseout technologies (bo_po
).