sizer_lm.Rd
Fits separate linear models for each group of the line between the break points identified by `id_inflections` or `id_slope_changes`
sizer_lm(data = NULL, x = NULL, y = NULL, group_col = NULL)
(dataframe) data object returned by `id_inflections` or `id_slope_changes`
(character) column name in `data` that is the x-axis
(character) column name in `data` that is the y-axis
(character) column name in `data` that identifies sections of trendline that share a common slope (see object returned by `id_inflections` or `id_slope_changes`)
(list) containing (1) the model summary statistics and (2) the the estimates of the intercept and line