Gets the Average Annual Rate of Reduction (AARC) by fitting the log of value by year with a linear regression.
Arguments
- year
vector of years
- value
vector of values on which the AARR will be calculated. Must be the same length as
year
See also
General scenario functions
add_scenario()
,
calculate_aarc()
,
calculate_aroc()
,
exec_scenario()
,
fill_cols_scenario()
,
flat_extrapolation()
,
get_baseline_value()
,
get_baseline_year()
,
get_last_value()
,
get_last_year_scenario()
,
get_latest_aarc()
,
get_percent_change_aarc()
,
get_target_aarc()
,
remove_unwanted_scenarios()
,
trim_values()
,
trim_years()