get_aarr: Get Average Annual Rate of Reduction

View source: R/utils-scenarios.R

get_aarrR Documentation

Get Average Annual Rate of Reduction

Description

Gets the Average Annual Rate of Reduction (AARC) by fitting the log of value by year with a linear regression.

Usage

get_aarr(year, value)

Arguments

year

vector of years

value

vector of values on which the AARR will be calculated. Must be the same length as year

Value

a numeric being the beta value representing the AARR

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()


gpw13/billionaiRe documentation built on Sept. 27, 2024, 10:05 p.m.