mgcv (version 1.9-1)

influence.gam: Extract the diagonal of the influence/hat matrix for a GAM

Description

Extracts the leading diagonal of the influence matrix (hat matrix) of a fitted gam object.

Usage

# S3 method for gam
influence(model,...)

Value

An array (see above).

Arguments

model

fitted model objects of class gam as produced by gam().

...

un-used in this case

Author

Simon N. Wood simon.wood@r-project.org

Details

Simply extracts hat array from fitted model. (More may follow!)

See Also

gam