influence.gam {mgcv} | R Documentation |
Extracts the leading diagonal of the influence matrix (hat
matrix) of a fitted gam
object.
influence.gam(model,...)
model |
fitted model objects of class gam as produced by gam() . |
... |
un-used in this case |
Simply extracts hat
array from fitted model. (More may follow!)
An array (see above).
Simon N. Wood simon.wood@r-project.org