indIndicator names.
pressPressure names.
cooks_distA list-column of ggplot2 objects that show the
Cook`s distance of all observations, which is a leave-one-out
deletion diagnostics to measure the influence of each
observation. Data points with a large Cook`s distance (> 1)
are considered to merit closer examination in the analysis.
acf_plotA list-column of ggplot2 objects that show the
autocorrelation function for the residuals. NAs in the time
series due to real missing values, test data extraction or
exclusion of outliers are explicitly considered.
pacf_plotA list-column of ggplot2 objects that show the
partial autocorrelation function for the residuals. NAs are
explicitly considered.
resid_plotA list-column of ggplot2 objects that show residuals
vs. fitted values.
qq_plotA list-column of ggplot2 objects that show the
quantile-quantile plot for normality.
gcvv_plotA list-column of ggplot2 objects that show for a
threshold-GAM the development of the generalized cross-validation
value at different thresholds level of the modifying pressure
variable. The GCV value of the final chosen threshold should be
distinctly lower than for all other potential thresholds, i.e.,
the line should show a pointy negative peak at this threshold.
If this is not the case, e.g. the trough is very wide with similar
GCV values for nearby thresholds, the threshold-GAM is not
optimal and should not be favored over a GAM despite the better
LOOCV (leave-one-out cross-validation value).
all_plotsA list-column of ggplot2 objects that show all
five (six if threshold-GAM) plots together. For this plot,
drawing canvas from the cowplot package were added
on top of ggplot2.