This is an example output tibble from the model_trend function applied on the
Central Baltic Sea food web indicator demonstration data.
model_trend_ex
A data frame with 12 rows and 9 variables:
ind_idIndicator IDs.
indIndicator names.
p_valThe p values for the smoothing term (here time).
modelA list-column of indicator-specific gam objects.
ind_trainA list-column with indicator values of the training data.
time_trainA list-column with the time values (e.g. years) of the training data.
predA list-column with indicator values predicted from the GAM for the training period.
ci_upA list-column with the upper 95% confidence interval of predicted indicator values.
ci_lowA list-column with the lower 95% confidence interval of predicted indicator values.