Jan 17:
- Go over syllabus.
- Become familiar with the Appstate RStudio server. You will use your Appstate user name and password to log in to the server. You must be registered in the class to access the server.
- Sign-up for free accounts on GitHub and Rpubs.
- When you register for a free individual GitHub account, request a student discount to obtain a few private repositories as well as unlimited public repositories. Please use something similar to first_name_last_name as your username when you register with GitHub. For example, my username on GitHub is alanarnholt. If you have a popular name such as John Smith, you may need to provide some other distinquishing characteristic in your username. Please use the same username for your account on Rpubs.
- Once you have a GitHub account, send an email to arnholtat@appstate.edu with a Subject line of STT3851 - GitHub Username, and tell me in the body of your email your first name, last name, and your GitHub username. I will then manually add you as a team member to the repository in the STAT-ATA-ASU organization that has your name (Last_name-First_name). This repository will be where you store all of your work for this course. I will also change your repository to a private repository.
- In class lecture: Review of one and two sample inference, permutation tests, and bootstrap procedures — take notes
- Homework:
Most due dates are 5 p.m. Friday for CrowdGrader assignments.
- Most CrowdGrader peer reviews will be due by 11 p.m. on Tuesdays.
Jan 19:
Jan 24:
Jan 26:
- Before class:
- In class lecture: Review of one and two sample inference, permutation tests, and bootstrap procedures — take notes
- Statistics Review
- Schistosomiasis
- Update README file in private repository
- Use an avatar or picture on your GitHub account
- Quiz #2
Jan 31:
- Fork the repository.
- Copy the clone URL to the clipboard.
- Click
File > New Project > Version Control > Git
- Paste the clone URL (
https://github.com/YourUserName/STAT-ATA-ASU/STT3851ClassRepo.git
) in the Repository URL:
box.
- Use the name (
STT3851ClassRepo
) in the Project directory name:
box.
- Change if needed the location in the
Create project as subdirectory of:
box.
- 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/STT3851ClassRepo.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 2:
- Before class:
- Lecture - Bias Variance Tradeoff - Take notes
- Quiz #3
Feb 7:
Feb 9:
Feb 14:
Feb 16:
Feb 21:
Feb 23:
Feb 28:
Mar 2:
Mar 7:
Mar 9:
Mar 13 - Mar 17: No Class - Spring Break
Mar 21:
- Commit your final changes for Project 1 to your private repository and email the instructor your SHA prior to 10am March 22, 2017. Use the subject line “Project 1-STT3851-Last_name First_name-SHA#” in your email.
Mar 23:
Mar 28:
Mar 30:
Start Project 2
Apr 4:
Apr 6:
Apr 11:
Apr 13:
- Work on Project 2
- Work on Lab: Subset Selection Methods
Quiz #12
Apr 17-18: No Class - State Holidays
Apr 20:
- Work on Project 2
- Work on Lab: Ridge Regression and the Lasso
Apr 25:
- Turn in Project 2 - NLT April 26, 10 am
- Make sure a single
.Rmd
with the sections outlined in the Example Paper is in your Project2
directory under your private course repository.
- Send an email to the instructor using a subject of “House Data Predictions” with an attached vector (csv file) of your predictions using the data set
housedataTEST.csv
. Note: your vector should contain 4229 predictions.
Apr 27:
May 2:
May 11:
- Final - Presentations 9:00-11:30