BookmarkSubscribeRSS Feed
angelinaliu
Calcite | Level 5

I want to use PROC CORRESP (MCA option) as a pre-processing for clustering. The purpose of this is to transform categorical variables to continuous variables. Does anyone have any sample codes or examples for this? How can I create output dataset from CORRESP (MCA option) and then do the hierarchical clustering with ward criteria?

Thanks.

4 REPLIES 4
Ksharp
Super User

I don't think you can use PROC CORRESP  to transform categorical variables to continuous variables.  It decompose cell chi-square into X axis and Y axis , therefore you can make some cluster idea,but that is only for CATEGORY variables.

Xia Keshan

SteveDenham
Jade | Level 19

I can kind of see a clunky way of doing this.  After PROC CORRESP does its thing and you get the X and Y axis values, you could use PROC DISTANCE to get a single continuous value, or just use the X and Y axis values as continuous variables.

Steve Denham

Ksharp
Super User

Yeah. use the X and Y axis values to cluster, right ?

gabras
Pyrite | Level 9

Hi, do you know how can i run MCA in Enterprise MINER?

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1282 views
  • 0 likes
  • 4 in conversation