plot_outlier.resids: plot_outlier.resids

Description Usage Arguments Value Examples

Description

identify outliers based on standardized residuals using MASS package. outliers are flagged if absolute standardized residual is greater than 3 and is > 1.5*IQR for standardized residuals.

Usage

1
plot_outlier.resids(lin.mod, noplot)

Arguments

lin.mod

model fit, lm, glm, lmm, glmm

noplot

optional to plot outlier observations, leave blank for no plot

Value

a list of observation indices based on the original data frame

Examples

1
outliers.q <- plot_outlier.resids(fit, noplot = TRUE)

mikeod38/ProvidenciaChemo documentation built on April 6, 2020, 11:57 p.m.