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 kmeans 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 and output the cluster assignments.
c
c
c
c
c
c
Use the following code to input the data:
data t;
input cid $ income educ;
cards;
c
c
c
c
c
c
;
Indicate the cluster mean for the Income variable for Cluster to one decimal place.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
