Nothing
dffits.ss <- dffits.sm <- dffits.gsm <-
function(model, infl = smooth.influence(model),
res = weighted.residuals(model), ...){
res <- res * sqrt(infl$hat)/(infl$sigma * (1 - infl$hat))
res[is.infinite(res)] <- NaN
res
}
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.