
mvOutlier(data, qqplot = TRUE, alpha = 0.5, tol = 1e-25, method = c("quan", "adj.quan"), label = TRUE, position = NULL, offset = 0.5)
TRUE
it creates a chi-square Q-Q plot
default = 1e-25
).
quan
for Mahalanobis distance and adj.quan
for adjusted Mahalanobis distance.
mardiaTest
roystonTest
hzTest
mvnPlot
uniPlot
uniNorm
setosa = iris[1:50, 1:3] # Iris data only for setosa and three variables
result = mvOutlier(setosa, qqplot = TRUE, method = "quan", label = TRUE)
result
Run the code above in your browser using DataLab