Course Topics

Many statistical practitioners prefer JMP, SPSS, and Minitab to R and SAS because using the latter grouping requires learning a computer software language instead of point and click interface. The difficulty with sticking to the point and click interface programs is they tend to be more limited in the kinds of analyses that they can handle. Using a program like R or SAS becomes the best option in these cases. The key to successful coding in R (and SAS) means being comfortable with reading the help files. So for this talk we are going to go through several simple data analysis examples (e.g. t-test) from start to finish. This means for, e.g., a t-test we’ll want to first import the data, graph it to make sure a t-test is appropriate, lookup what function in R does a t-test, what options we have when we doing the analysis, etc.