ST 307 Final Project (50 pts)
In this project you will create a SAS program, save it as a .sas file, and upload that file to
Moodle on the assignment link.
Remember:
● Everyone must submit their own code.
● You may not work with others on this project! You may obtain help from a TA
only. You should not post to the discussion board about this project. Failure to
adhere to these guidelines will result in an academic integrity violation.
● Be sure that your SAS file adheres to the SAS file submission guidelines (available
on Moodle in the “Resources and Information” Section).
● For all code you write, it should be similar to code that we wrote in class. For
instance, if you are asked to create a histogram you should use PROC SGPLOT not
something like PROC PLOT or PROC UNIVARIATE.
Dataset:
The dataset for this homework comes from the UCI machine learning repository. It is a
dataset concerning the use of a bike share. The information below comes from the
README file associated with the dataset.