Title: | An Introduction to Applied Multivariate Analysis with R |
---|---|
Description: | Functions, data sets, analyses and examples from the book `An Introduction to Applied Multivariate Analysis with R' (Brian S. Everitt and Torsten Hothorn, Springer, 2011). |
Authors: | Brian S. Everitt and Torsten Hothorn |
Maintainer: | Torsten Hothorn <[email protected]> |
License: | GPL-2 |
Version: | 1.0-8 |
Built: | 2025-01-15 02:37:57 UTC |
Source: | https://github.com/cran/MVA |
Boxplots in two dimensions
bvbox(a, d = 7, mtitle = "Bivariate Boxplot", method = "robust", xlab = "X", ylab = "Y", add = FALSE, ...)
bvbox(a, d = 7, mtitle = "Bivariate Boxplot", method = "robust", xlab = "X", ylab = "Y", add = FALSE, ...)
a |
a matrix |
d |
dimension |
mtitle |
title |
method |
character |
xlab |
x axis label |
ylab |
y axis label |
add |
add to existing plot? |
... |
additional plot arguments |
See Chapter 2: Visualization.
Chi-squared plot for independence
chiplot(x, y, ...)
chiplot(x, y, ...)
x |
a numeric vector |
y |
a numeric vector |
... |
additional plot arguments |
See Chapter 2: Visualization.
The stalactite plot, specifically designed for the detection and identification of multivariate outliers.
stalac(x)
stalac(x)
x |
numeric vector |
See Chapter 2: Visualization.