log_growth_1: Estimate annualized growth

log_growth_1R Documentation

Estimate annualized growth

Description

See example_growth_trend in vignettes for usage. This makes an estimate even if there are only a couple actual data points.

Usage

log_growth_1(df, periods_year)

Arguments

periods_year

the number of periods in a year, e.g. 4 for quarters or 365.25 for days. This will convert the slope coefficient to an annualized growth rate by doing ((1 + estimate) ^ periods_year - 1)


aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.