log_growth_1 | R Documentation |
See example_growth_trend in vignettes for usage. This makes an estimate even if there are only a couple actual data points.
log_growth_1(df, periods_year)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.