Nothing
## ID: hatvalues.R, last updated 2023-10-25, F.Osorio
hatvalues.ols <- function(model, ...)
{ ## leverages for ordinary least squares
hats <- leverages.ols(model)
hats
}
hatvalues.ridge <- function(model, ...)
{ ## leverages for ridge regression
hats <- leverages.ridge(model)
hats
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.