I'm brand new to SAS and in my Data Mining course I have to provide the below. I am able to do numbers 1 & 2 with no problem but when it comes to number 3 I'm stumped. None of our text or materials gives any clue other than "The point counts for grid cells can be calculated using a conditional statement such as an IF-THEN statement." I'm not looking for the exact answer but I've exhausted just about every other resource so I'm hoping to find help here. The point counts for grid cells has to match the image in the Word doc I included. Any help is appreciated! Complete the following tasks: Upload the dataset file simulation-uniform.csv from the Module 6 to SAS Studio. The first 200 observations in the dataset were generated from a uniform distribution over a circle centered at (2,3) of radius 2, and the next 100 observations were generated from a uniform distribution over a circle centered at (6,3) of radius 1. By writing appropriate SAS code, produce a scatterplot of the data. Your plot should look similar to the one shown in Figure 8.10 (page 646) in Introduction to Data Mining. By writing appropriate SAS code, generate the point counts for grid cells. It should have 49 cells using a 7-by-7 grid. Refer to Table 8.2 (page 646) in Introduction to Data Mining. Thanks, Kristi
... View more