matrix with mixed data ?

조회 수: 10 (최근 30일)
LO
LO 2019년 5월 30일
댓글: LO 2024년 3월 5일
I have some variables of mixed type (categorical and numerical)
I would like to build a table or cell array (or a matrix in general) in which all of them are listed, one per column.
categorical values can be repeated for certain row ranges and can be equal, numerical data are individually different.
what type of matrix would be better to perform statistics ?
a table ? a cell array?
thanks !

채택된 답변

Jos (10584)
Jos (10584) 2019년 5월 30일
A table is the most obvious choice for this, especially if you want to do statistics. I suggest you read the manual on tables.
  댓글 수: 3
ErikaZ
ErikaZ 2024년 3월 4일
LO, were you able to run CATPCA in Matlab?
LO
LO 2024년 3월 5일
No, but I ended up using a package for R-studio (Factominer) which was quite handy and easy to use. I would recommend trying: http://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/115-famd-factor-analysis-of-mixed-data-in-r-essentials/

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by