ggplot2
knitr
and R Markdown.Make
The course group on the UIowa GitLab server: https://research-git.uiowa.edu/STAT4580-Spring-2022
A Nice Stream Graph Example
Zoom Link for April 6 and 8 Classes
Classes on April 6 and 8 will be on Zoom at
https://uiowa.zoom.us/j/93982174212?pwd=ZXZTNDlrSmV4cUpOU3ZDV2JGeG9aQT09
Utilities Package STAT4580
I made a small utilities package STAT4580
that provides:
A function checkHW
for checking that your files are named properly and that your Rmarkdown file renders without error with a fresh checkout.
A function fixCredCache
for fixing permissions on the credentials cache socket on the RStudio notebook server.
An Rmarkdown template for homework.
More may be added later. The package is installed on the RStudio notebook server and on FastX. You can install it on your own machine with
remotes::install_gitlab("luke-tierney/STAT4580")
You may need to install the remotes
package from CRAN first.
Some Course Details
Office hours will be held via Zoom MWF 10:30-11:20 or by appointment.
Grader office hours will be held via Zoom MTWTh 12:30 - 1:30.
Quizzes will be administered through ICON.
Homework/projects will be submitted via GitLab.
Please use Piazza, available on the navigation bar at the left of the class ICON page, to ask questions. Public questions to Piazza are best when possible, as then other students can benefit from seeing the answers. Your public questions can be anonymous if you prefer. You can also email me, but I will redirect you to Piazza unless confidentiality is needed.
If you want help with a particular coding issue please commit and push what you have to GitLab, open an Issue in GitLab, and assign the issue to me and I will respond.
Please log into https://research-git.uiowa.edu/ with your HawkID so I can set up your class GitLab repository.
Please let me know if you have any issues accessing the course materials.
Homework and the Code of Academic Honesty
Homework submissions are governed by the Code of Academic Honesty.
This course website is derived from the site for STAT545 at the University of British Columbia