summary.PCAmix: Summary of a 'PCAmix' object

Description Usage Arguments Value See Also Examples

Description

This is a method for the function summary for objects of the class PCAmix.

Usage

1
2
## S3 method for class 'PCAmix'
summary(object, ...)

Arguments

object

an object of class PCAmix obtained with the function PCAmix or PCArot.

...

further arguments passed to or from other methods.

Value

Returns the matrix of squared loadings. For quantitative variables (resp. qualitative), squared loadings are the squared correlations (resp. the correlation ratios) with the scores or with the rotated (standardized) scores.

See Also

plot.PCAmix,PCAmix,PCArot,

Examples

1
2
3
4
5
6
7
8
data(wine)
X.quanti <- wine[,c(3:29)] 
X.quali <- wine[,c(1,2)] 
pca<-PCAmix(X.quanti,X.quali,ndim=4, graph=FALSE)
summary(pca)

rot<-PCArot(pca,3,graph=FALSE)
summary(rot)

Example output

Call:
PCAmix(X.quanti = X.quanti, X.quali = X.quali, ndim = 4, graph = FALSE)

Method = Factor Analysis of mixed data (FAmix)

Data: 
   number of observations:  21
   number of  variables:  29
        number of numerical variables:  27
        number of categorical variables:  2

Squared loadings :
                              dim 1 dim 2 dim 3 dim 4
Odor.Intensity.before.shaking  0.29  0.51  0.00  0.00
Aroma.quality.before.shaking   0.67  0.00  0.06  0.02
Fruity.before.shaking          0.47  0.01  0.23  0.02
Flower.before.shaking          0.21  0.12  0.24  0.11
Spice.before.shaking           0.00  0.60  0.03  0.15
Visual.intensity               0.76  0.07  0.02  0.00
Nuance                         0.72  0.07  0.02  0.00
Surface.feeling                0.89  0.01  0.00  0.00
Odor.Intensity                 0.36  0.41  0.03  0.07
Quality.of.odour               0.64  0.12  0.13  0.02
Fruity                         0.53  0.08  0.23  0.00
Flower                         0.05  0.32  0.19  0.07
Spice                          0.07  0.43  0.00  0.17
Plante                         0.30  0.45  0.00  0.12
Phenolic                       0.15  0.13  0.01  0.31
Aroma.intensity                0.81  0.00  0.00  0.02
Aroma.persistency              0.87  0.02  0.00  0.01
Aroma.quality                  0.60  0.30  0.01  0.00
Attack.intensity               0.76  0.00  0.01  0.01
Acidity                        0.04  0.13  0.41  0.00
Astringency                    0.61  0.22  0.02  0.02
Alcohol                        0.60  0.06  0.04  0.01
Balance                        0.66  0.25  0.00  0.00
Smooth                         0.75  0.16  0.01  0.00
Bitterness                     0.13  0.49  0.00  0.00
Intensity                      0.89  0.00  0.00  0.02
Harmony                        0.87  0.06  0.03  0.00
Label                          0.09  0.20  0.32  0.68
Soil                           0.35  0.87  0.52  0.24



Call:
PCArot(obj = pca, dim = 3, graph = FALSE)

Method = rotation after Factor Analysis of mixed data (FAmix)

Data: 
   number of observations:  21
   number of  variables:  29
        number of numerical variables:  27
        number of categorical variables:  2

Squared loadings after rotation:
                              dim1.rot dim2.rot dim3.rot
Odor.Intensity.before.shaking     0.02     0.75     0.03
Aroma.quality.before.shaking      0.62     0.10     0.01
Fruity.before.shaking             0.61     0.01     0.10
Flower.before.shaking             0.16     0.00     0.40
Spice.before.shaking              0.14     0.48     0.01
Visual.intensity                  0.36     0.47     0.02
Nuance                            0.35     0.45     0.02
Surface.feeling                   0.61     0.29     0.00
Odor.Intensity                    0.04     0.76     0.00
Quality.of.odour                  0.88     0.00     0.01
Fruity                            0.78     0.00     0.06
Flower                            0.09     0.06     0.40
Spice                             0.00     0.48     0.03
Plante                            0.54     0.07     0.13
Phenolic                          0.02     0.26     0.00
Aroma.intensity                   0.58     0.24     0.00
Aroma.persistency                 0.55     0.32     0.01
Aroma.quality                     0.84     0.01     0.05
Attack.intensity                  0.50     0.23     0.04
Acidity                           0.02     0.00     0.56
Astringency                       0.19     0.66     0.01
Alcohol                           0.40     0.27     0.03
Balance                           0.80     0.00     0.12
Smooth                            0.78     0.01     0.13
Bitterness                        0.00     0.56     0.06
Intensity                         0.61     0.26     0.02
Harmony                           0.73     0.09     0.12
Label                             0.00     0.34     0.26
Soil                              0.57     0.60     0.58

PCAmixdata documentation built on May 2, 2019, 12:38 p.m.