Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use the following code to input data into the SAS system: data kmeansdata; input cid engscore mathscore sciencescore; cards; 1 9 9 9 6 9

Use the following code to input data into the SAS system:
data kmeansdata;
input cid engscore mathscore sciencescore;
cards;
1999697
2788574
3857597
49510095
5858586
6626461
7647587
8958590
9657575
10999995
;
run;
The data represents student ids and their respective scores on English, Math and Science assessments. Use this data to run a k-means clustering analysis using the three scores for the analysis, do not use a standardization method, set the maximum clusters to 3 and output the cluster assignments.
Indicate the cluster mean score for English scores in Cluster 1 to one decimal place.
Your Answer:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

1. Organize and support your main points

Answered: 1 week ago

Question

3. Move smoothly from point to point

Answered: 1 week ago

Question

5. Develop a strong introduction, a crucial part of all speeches

Answered: 1 week ago