頤珍公司資料個案讀書會

第一周

  • 開會時間:2021/03/30(二)
  • 主要目標:探性資料分析
  1. 統計性分析
  2. 分群:統計分群、人格特質分群
  • 資料集:

1.人格特質BIG FIVE問卷 + BIGFIVE_doula.xlsx + BIGFIVE_customer.xlsx 2.BIG FIVE 問卷對應 + Big5_item.csv 3.月嫂個人基本資料 + doula_BasicInfo.xlsx

五大人格特質介紹: + Surgency 外向性 + Agreeableness 親和性 + Adjustment 適應障礙 + Conscientiousness 盡責性 + Openness_to_Experience 開放性

基本參數設定

## [1] ""

讀入基本資料

以princomp降維

看一下各主成份的比例 loadings:the matrix of variable loadings (columns are eigenvectors)

## Importance of components:
##                           Comp.1    Comp.2    Comp.3     Comp.4       Comp.5
## Standard deviation     0.7336369 0.6483998 0.4852933 0.33087691 3.332001e-08
## Proportion of Variance 0.4128635 0.3225001 0.1806562 0.08398023 8.516367e-16
## Cumulative Proportion  0.4128635 0.7353636 0.9160198 1.00000000 1.000000e+00
## 
## Loadings:
##                        Comp.1      Comp.2      Comp.3      Comp.4     
## Surgency                0.41726151  0.60276630  0.47229816  0.19874622
## Agreeableness           0.65616413 -0.50225957 -0.33710369 -0.05954045
## Adjustment             -0.38886935 -0.51012036  0.61468914 -0.10351378
## Conscientiousness      -0.41232613  0.06286730 -0.42125644  0.66975957
## Openness_to_Experience -0.27223016  0.34674634 -0.32862717 -0.70545156
##                        Comp.5     
## Surgency                0.44721360
## Agreeableness           0.44721360
## Adjustment              0.44721360
## Conscientiousness       0.44721360
## Openness_to_Experience  0.44721360
## 
##                Comp.1 Comp.2 Comp.3 Comp.4 Comp.5
## SS loadings       1.0    1.0    1.0    1.0    1.0
## Proportion Var    0.2    0.2    0.2    0.2    0.2
## Cumulative Var    0.2    0.4    0.6    0.8    1.0

## Importance of components:
##                           Comp.1    Comp.2    Comp.3     Comp.4 Comp.5
## Standard deviation     0.7288911 0.6176855 0.5052674 0.33092539      0
## Proportion of Variance 0.4158361 0.2986287 0.1998202 0.08571503      0
## Cumulative Proportion  0.4158361 0.7144648 0.9142850 1.00000000      1
## 
## Loadings:
##                        Comp.1      Comp.2      Comp.3      Comp.4     
## Surgency                0.73619841  0.45631418  0.22312395  0.00223143
## Agreeableness           0.30383180 -0.77556909 -0.31178171 -0.09471530
## Adjustment             -0.37184036 -0.21560330  0.76996261  0.14969148
## Conscientiousness      -0.37988821  0.28677486 -0.22216762 -0.72393831
## Openness_to_Experience -0.28830164  0.24808336 -0.45913723  0.66673069
##                        Comp.5     
## Surgency                0.44721360
## Agreeableness           0.44721360
## Adjustment              0.44721360
## Conscientiousness       0.44721360
## Openness_to_Experience  0.44721360
## 
##                Comp.1 Comp.2 Comp.3 Comp.4 Comp.5
## SS loadings       1.0    1.0    1.0    1.0    1.0
## Proportion Var    0.2    0.2    0.2    0.2    0.2
## Cumulative Var    0.2    0.4    0.6    0.8    1.0