View source: R/generic_function.R
estfun.gam | R Documentation |
mgcv
This extracts the score of the log-likelihood for each observation for a
model estimated using gam
or bam
. It is necessary to allow
mgcv
to work correctly with functions from sandwich
to product
cluster or robust standard errors.
## S3 method for class 'gam'
estfun(x, correct_df = TRUE, override_check = FALSE, ...)
x |
A model estimated using |
correct_df |
The default, |
override_check |
The default, |
... |
Not used for |
A matrix used internally for sandwich
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.