cooks_dist_gamm: Calculates the Cook's distance for Generalized Additive Mixed...

Description Usage Arguments Value See Also Examples

View source: R/cooks_dist_gamm.R

Description

cooks_dist_gamm is a helper function for model_gamm and plot_diagnostics and calculates the Cook's distance for objects of class 'gamm'. The Cook's distance D is a leave-one-out deletion diagnostics to measure the influence of each observation. The generic cooks.distance function does not work on the class 'gamm'.

Usage

1
cooks_dist_gamm(gamm_model)

Arguments

gamm_model

The <e2><80><98>gam<e2><80><98> sublist from a model object of class gamm.

Value

The function returns a numerical vector of the same length then the data used for the GAMM fitting, with one D value for each IND observation.

See Also

plot_diagnostics, model_gamm

Examples

1
2
# Using a model of the Baltic Sea demo data
cooks_dist_gamm(gamm_model = model_gamm_ex$model[[49]]$gam)

INDperform documentation built on Jan. 11, 2020, 9:08 a.m.