Jump to:
Instructor
Jared S. Murray, Ph.D., Assistant Professor of Statistics
- Email: jared.murray@mccombs.utexas.edu
- Website: http://jaredsmurray.github.io/
- Office: CBA 6.482 (Sixth floor, on the east side of the building that faces the entrance of Gregory Gym)
- Office Hours: Wednesday 5 - 6 PM and Tuesday 9 - 10 AM, or by appointment. Please email me to set appointments; this ensures that I’m prepared for your visit, and that you don’t waste time trying to drop in when I’m not available.
Teaching Assistant
Yilin He, IROM PhD Student
- Email: yilin.he@mccombs.utexas.edu
- Office Hours: Tuesday 4 - 5 PM in CBA 5.324C
Please see the syllabus for more information.
Homework assignments (solutions available via Canvas)
- Homework 0 (nothing to turn in!): Complete the first three tutorials listed below under “R/RStudio resources”. By “complete” I mean follow along with the reading, and make sure you can run all the R commands from within RStudio. It is most helpful if you actually type the commands in yourself, rather than copy and pasting the code. It’s tedious at first but helpful for learning. Once you’ve worked through the tutorials, run the R code accompanying the Section 1.1 lecture notes. Try changing things and see what happens!
- Homework 1
- Homework 2
- Homework 3
- Homework 4
- Homework 5 R code to read in data is here: hw5.R
- Homework 6 R code to read in data is here: hw6.R
- Homework 7 R code to read in data is here: hw7.R
- Homework 8 R code to read in data is here: hw8.R
- Homework 9 (Optional – Extra credit) R code to read in data is here: hw9.R
R/RStudio resources
There are many, many resources online for working in R. I have collected a few for you here, and I will continue to update this section throughout the semester:
- Installing R and RStudio: This should get you up and running with R and RStudio.
- Installing packages in RStudio: R is more than a single software program; it has the ability to access a central repository of “packages” that add new functionality to R. As of this writing there are over 10,000 R packages in this repository! We will use the mosaic package throughout the semester, so go ahead and install that package following this tutorial.
- Getting familiar with R: A quick demo to help get you started in R.
- Tips on writing code in RStudio’s Script pane: Tips for creating, loading, editing, and saving R scripts.
Other general resources:
Specific guidance/extra information: