SAS programming assignmnet
Budget: $10 – $30 USD
This assignment can be done using materials covered in this class - textbook plus random number generator covered in last week of class. I suggest to approach the project by figuring out a way to do it by hand (i.e. not using SAS). Once you have figured out a way to do it then last step is to implement it in SAS. As mentioned all PROC statements, DATA steps and SAS functions needed for this project were covered in class. Some hints: PROC MEANS, PROC FREQ, PROC PRINT, PROC SORT, PROC FORMAT, DO loop, IF-THEN-ELSE statement, RANUNI(seed), BY-GROUP processing, combining data sets, and some simple SAS functions.