1. Most due dates are 5 p.m. Tuesday for DataCamp assignments.

  2. Assignments are generally due at the start of the class.

  3. Homework solutions will be posted in AsuLearn around 5 p.m. on Sundays.

Jan 16:



Jan 23:



Jan 30:



Feb 6:



Feb 13:



Clone the repository to your local machine using RStudio by following these instructions:

  1. Fork the repository.
  2. Copy the clone URL to the clipboard.
  3. Click File > New Project > Version Control > Git
  4. Paste the clone URL (https://github.com/YourUserName/STAT-ATA-ASU/STT5812CourseRepo.git) in the Repository URL: box.
  5. Use the name (STT5812CourseRepo) in the Project directory name: box.
  6. Change if needed the location in the Create project as subdirectory of: box.
  7. Click the Create Project box. You should now have a local copy of the forked repository on your local machine. Congratulations!

Set the upstream remote in your fork to this repository with the command

git remote add upstream https://github.com/STAT-ATA-ASU/STT5812CourseRepo.git

Verify with

git remote -v

To obtain updates from the upstream repository type

git pull upstream master

If the upstream repository is using gh-pages, use gh-pages instead of master to obtain updates.

git pull upstream gh-pages

If there are conflicts, you will need to resolve them before proceeding.


Feb 20:



Feb 27:


Mar 13:


Mar 20:

Mar 27:

Apr 10:

Apr 17:

Apr 24:

May 1:

Final Exam

  • Follow the Tuesday evening (after 5 p.m.) meeting pattern on the University Exam Schedule to determine when you will present your Project.

Home Page - Syllabus - Piazza


Last Updated on: Mar 28, 2018 at 01:24:33 PM