Final Project: Programs 1–7
Project Overview
This report contains the links to first seven programs completed during the term, hosted on R Pubs.
Program Links
- Program 1: R program to quickly explore a given dataset using group_ by command
- Program 2: R script to create a scatter plot, incorporating categorical analysis
- Program 3: R function to generate a line graph depicting the trend of a time-series dataset
- Program 4: Bar graph displaying the frequency distribution of categorical Data
- Program 5: Histogram illustrating the distribution of a continuous variable
- Program 6: Box plot showcasing the distribution of a continuous variable
- Program 7: function curve based on a mathematical equation