Question: Using SAS, run a k - means cluster on the following hypothetical data, where the first column represents the variable ID , the second column

Using SAS, run a k-means cluster on the following hypothetical data, where the first column represents the variable ID, the second column represents the variable Income and the third column represents the variable Education. Use the two numeric variables for the analysis (Income and Education), do not use a standardization method, set the maximum number of clusters to 3 and output the cluster assignments.
c155
c266
c31514
c41615
c52520
c63019
Use the following code to input the data:
data t2;
input cid $ income educ;
cards;
c155
c266
c31514
c41615
c52520
c63019
;
Indicate the cluster mean for the Income variable for Cluster 1 to one decimal place.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!