View source: R/utils-scenarios.R
get_aarr | R Documentation |
Gets the Average Annual Rate of Reduction (AARC) by fitting the log of value by year with a linear regression.
get_aarr(year, value)
year |
vector of years |
value |
vector of values on which the AARR will be calculated. Must be
the same length as |
a numeric being the beta value representing the AARR
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.