By Michael Hammer and Nadeem Nasimi
We used R to explore data from the course scheduling web site No8am. The data included saved course schedules with attributes such as the time the schedule was created and the courses in the schedule.
The report is in RMarkdown. It starts with a table of contents that allows you to navigate to the various sections. The flow of the report is as follows: introducing our project, cleaning the data, creating datasets for analysis, and using data mining techniques to analyze the data.
- Open
PaperFinal.html
in a web browser
- Open
PaperFinal.Rmd
in RStudio - Select
Run All
from theRun
dropdown menu
- Open
PaperFinal.Rmd
in RStudio - Select
Knit HTML