HJ.Biplot: HJ Biplot with added features.

View source: R/HJ.Biplot.R

HJ.BiplotR Documentation

HJ Biplot with added features.

Description

HJ Biplot with added features.

Usage

HJ.Biplot(X, dimension = 3, Scaling = 5, sup.rows = NULL, 
         sup.cols = NULL, grouping = NULL)

Arguments

X

Data Matrix

dimension

Dimension of the solution

Scaling

Transformation of the original data. See InitialTransform for available transformations.

sup.rows

Supplementary or illustrative rows, if any.

sup.cols

Supplementary or illustrative rows, if any.

grouping

factor to stadadize with the within groups variability

Details

Biplots represent the rows and columns of a data matrix in reduced dimensions. Usually rows represent individuals, objects or samples and columns are variables measured on them. The most classical versions can be thought as visualizations associated to Principal Components Analysis (PCA) or Factor Analysis (FA) obtained from a Singular Value Decomposition or a related method. From another point of view, Classical Biplots could be obtained from regressions and calibrations that are essentially an alternated least squares algorithm equivalent to an EM-algorithm when data are normal.

Value

An object of class ContinuousBiplot with the following components:

Title

A general title

Non_Scaled_Data

Original Data Matrix

Means

Means of the original Variables

Medians

Medians of the original Variables

Deviations

Standard Deviations of the original Variables

Minima

Minima of the original Variables

Maxima

Maxima of the original Variables

P25

25 Percentile of the original Variables

P75

75 Percentile of the original Variables

Gmean

Global mean of the complete matrix

Sup.Rows

Supplementary rows (Non Transformed)

Sup.Cols

Supplementary columns (Non Transformed)

Scaled_Data

Transformed Data

Scaled_Sup.Rows

Supplementary rows (Transformed)

Scaled_Sup.Cols

Supplementary columns (Transformed)

n

Number of Rows

p

Number of Columns

nrowsSup

Number of Supplementary Rows

ncolsSup

Number of Supplementary Columns

dim

Dimension of the Biplot

EigenValues

Eigenvalues

Inertia

Explained variance (Inertia)

CumInertia

Cumulative Explained variance (Inertia)

EV

EigenVectors

Structure

Correlations of the Principal Components and the Variables

RowCoordinates

Coordinates for the rows, including the supplementary

ColCoordinates

Coordinates for the columns, including the supplementary

RowContributions

Contributions for the rows, including the supplementary

ColContributions

Contributions for the columns, including the supplementary

Scale_Factor

Scale factor for the traditional plot with points and arrows. The row coordinates are multiplied and the column coordinates divided by that scale factor. The look of the plot is better without changing the inner product. For the HJ-Biplot the scale factor is 1.

Author(s)

Jose Luis Vicente Villardon

References

Galindo Villardon, M. (1986). Una alternativa de representacion simultanea: HJ-Biplot. Questiio. 1986, vol. 10, núm. 1.

See Also

InitialTransform

Examples

## Simple Biplot with arrows
data(Protein)
bip=HJ.Biplot(Protein[,3:11])
plot(bip)


MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.