Biplot using the NIPALS algorithm including a truncated and a sparse version.
NIPALS.Biplot(X, alpha = 1, dimension = 3, Scaling = 5,
Type = "Regular", grouping = NULL, ...)
An object of class ContinuousBiplot with the following components:
A general title
NIPALS
call
Original Data Matrix
Means of the original Variables
Medians of the original Variables
Standard Deviations of the original Variables
Minima of the original Variables
Maxima of the original Variables
25 Percentile of the original Variables
75 Percentile of the original Variables
Global mean of the complete matrix
Supplementary rows (Non Transformed)
Supplementary columns (Non Transformed)
Transformed Data
Supplementary rows (Transformed)
Supplementary columns (Transformed)
Number of Rows
Number of Columns
Number of Supplementary Rows
Number of Supplementary Columns
Dimension of the Biplot
Eigenvalues
Explained variance (Inertia)
Cumulative Explained variance (Inertia)
EigenVectors
Correlations of the Principal Components and the Variables
Coordinates for the rows, including the supplementary
Coordinates for the columns, including the supplementary
Contributions for the rows, including the supplementary
Contributions for the columns, including the supplementary
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.
The data matrix
A number between 0 and 1. 0 for GH-Biplot, 1 for JK-Biplot and 0.5 for SQRT-Biplot. Use 2 or any other value not in the interval [0,1] for HJ-Biplot.
Dimension of the solution
Transformation of the original data. See InitialTransform for available transformations.
Type of biplot (Regular, Truncated or Sparse)
Grouping fartor when the scaling is made with the within groups variability
Aditional arguments for the different types of biplots.
Jose Luis Vicente Villardon
Biplot using the NIPALS algorithm including a truncated and a sparse version.
Wold, H. (1966). Estimation of principal components and related models by iterative least squares. Multivariate analysis. ACEDEMIC PRESS. 391-420.
bip1=NIPALS.Biplot(wine[,4:21], Type="Sparse", lambda=0.15)
plot(bip1)
Run the code above in your browser using DataLab