smooth.influence.measures(model, infl = smooth.influence(model))# S3 method for ss
rstandard(model, infl = NULL, sd = model$sigma,
type = c("sd.1", "predictive"), ...)
# S3 method for sm
rstandard(model, infl = NULL, sd = model$sigma,
type = c("sd.1", "predictive"), ...)
# S3 method for gsm
rstandard(model, infl = NULL,
type = c("deviance", "pearson"), ...)
# S3 method for ss
rstudent(model, infl = influence(model, do.coef = FALSE),
res = infl$wt.res, ...)
# S3 method for sm
rstudent(model, infl = influence(model, do.coef = FALSE),
res = infl$wt.res, ...)
# S3 method for gsm
rstudent(model, infl = influence(model, do.coef = FALSE), ...)
# S3 method for ss
dfbeta(model, infl = NULL, ...)
# S3 method for sm
dfbeta(model, infl = NULL, ...)
# S3 method for gsm
dfbeta(model, infl = NULL, ...)
# S3 method for ss
dfbetas(model, infl = smooth.influence(model, do.coef = TRUE), ...)
# S3 method for sm
dfbetas(model, infl = smooth.influence(model, do.coef = TRUE), ...)
# S3 method for gsm
dfbetas(model, infl = smooth.influence(model, do.coef = TRUE), ...)
cov.ratio(model, infl = smooth.influence(model, do.coef = FALSE),
res = weighted.residuals(model))
# S3 method for ss
cooks.distance(model, infl = NULL, res = weighted.residuals(model),
sd = model$sigma, hat = hatvalues(model), ...)
# S3 method for sm
cooks.distance(model, infl = NULL, res = weighted.residuals(model),
sd = model$sigma, hat = hatvalues(model), ...)
# S3 method for gsm
cooks.distance(model, infl = NULL, res = residuals(model, type = "pearson"),
dispersion = model$dispersion, hat = hatvalues(model), ...)
# S3 method for ss
hatvalues(model, ...)
# S3 method for sm
hatvalues(model, ...)
# S3 method for gsm
hatvalues(model, ...)