STA441s18 Final Exam


This information applies only to the regular final exam, not the special deferred exam.

Time and location

The final exam will be on Tuesday April 17th in Davis Gym A/B, from 1-4pm. Questions are like the quiz questions, and as you know, the quiz questions are like the homework.

Format

The exam has 9 questions with parts a, b, c etc. occupying 10 pages including the cover sheet. You will write your answers on the question paper. There will be a separate packet with the formula sheet, my SAS programs and my Results files. Keep a copy of the formula sheet handy as you prepare for the exam. Twenty-seven marks out of 100 are based on my SAS programs and results.

Homework

This course is all about the homework. The homework tells you what I want you to be able to do. Lecture material is only useful to the extent that it helps you do the homework. The text may help too. It is less focused on what we are doing this time, but it is more detailed.

To study for the final, I recommend that you

  1. Re-do the non-SAS parts of the homework.
    1. For each assignment, locate the corresponding lecture slides. They are pretty much in chronological order (order of time). If this is a difficult task, you are not familiar enough with the course material.
    2. Look at the lecture slides and the homework problems together. Observe how most of the homework problems are asking you to use some concept or method from the lecture. Of course sometimes I just want you to think about something, but most questions have a lesson.
    3. Re-do the problems, referring to your earlier answers
    4. If you do not get what a problem means or what it is asking you to do, this means you should find out. You are missing something, and it could be on the final exam.
  2. Using SAS, do something reasonable with the final data sets described below. What's reasonable? In my opinion, more or less what you did on the SAS part of the homework. However, there is more than one "right answer." The important thing is to become familiar with the data sets, try some analyses, and understand the results. You will not bring your output to the exam. Questions will be based on my output.

Office hours

Quiz solutions (but no SAS code)

If you are in negotiation with Asal about your marks on one of the quizzes, that negotiation may continue. However, now that the answers are posted, there will be no new discussions of the marking. The reason should be obvious.

2016 Final exam

STA441 was taught by someone else in 2014 and I don't know what he did. Ignore old downtown STA442 exams. I teach that course and there is some overlap, but STA442(G) is a joint graduate-undergraduate course and it is more technical than STA441.

Data sets

Exam questions worth 27 points will be based on my SAS output for at least two and at most four of the following data sets. Try some analyses. Look up any terminology that is unfamiliar, or you can ask in office hours (but why wait?). Understand what the variables are, because we will not be answering questions about the data sets during the exam. What I will do with the data is very predictable.

Extras

Plain language conclusions: For example, see basicmath.sas in SAS Example Three.

What to say about SAS (in a job interview).

I had a course where we used SAS University Edition, so that's base SAS running in the SAS Studio environment. We read data from plain test data files using a simple form of the input statement and we used proc import to read from Excel spreadsheets. We used assignment statements and if statements to create new variables, and proc format to label the values. We used arrays and do loops in the data step. We used proc reg and proc glm for univariate and multivariate regression and analysis of variance, and we used proc logistic for regular logistic regression and multinomial logit models. We used proc mixed as well as proc glm to analyze repeated measures data when the dependent variable was assumed normal. At the end we used proc nlmixed to fit mixed logistic models when the outcome was binary and repeated measures. We used ODS to send results to proc iml for further calculations, and we also used ODS select sometimes to limit the output.

If they ask about the put statement, say "Oh, that's like a print statement for writing on the log file, but we didn't use it."

If they ask about SASgraph, say "We didn't use it. My professor said it was scary."


This document is licensed under a Creative Commons Attribution-ShareAlike 3.0 (or later) Unported License. The basketball data are protected by the Creative Commons license too.