trend_fitting_functions: Fit linear model with log-link.
Description
fit_lm_ll produces a simple model to estimate trends in short time series.
Usage
fit_lm_ll(df)fit_glm_ll(df)
fit_spline(df)
Arguments
- df
a data frame containing the columns "area" and "t" for time. Time
can be an index or year.