Turn in one copy for each group. If group members are not present in class they will be required to complete their own lab to receive credit. Please turn in a file with your output and a file containing your SAS code.
PROC MEANS
to summarize the price and square footage of the homes by state. Note this will require sorting the data set prior to using PROC MEANS
.For this question, a subset of the tables contained in the History of Baseball database are available in SAS. Additional details are available here: https://www.kaggle.com/seanlahman/the-history-of-baseball. The following tables have been added to the course folder as SAS data sets:
Use SAS Proc SQL to select players born in the State of Montana and compute:
the total number of players the total number of homeruns by these players. (This will require joining the batting and player tables).