statistics - Principal component analysis alternative for categorical and continuous variables in matlab -


in matlab, principal component analysis data mixture of categorical variables few continuous variables.

my data consists of columns represent different variables, or example:

name    gender   hair_color  eye_color   age    height   country 

i have never done type of analysis before, searching see this package possibly work?

any suggestions and/or links simple tutorial examples sort of data appreciated!


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -