4/28/2022

Introduction

The goal of this project is to create a webpage presentation using R Markdown that features a plot created with Plotly.

Dataset

The dataset is gotten from Kaggle. https://www.kaggle.com/datasets/spscientist/students-performance-in-exams

It shows the various marks secured by the students in those subjects and how the parental level of education influences it.

## # A tibble: 6 x 8
##   gender `race/ethnicity` `parental level ~ lunch  `test preparati~ `math score`
##   <chr>  <chr>            <chr>             <chr>  <chr>                   <dbl>
## 1 female group B          bachelor's degree stand~ none                       72
## 2 female group C          some college      stand~ completed                  69
## 3 female group B          master's degree   stand~ none                       90
## 4 male   group A          associate's degr~ free/~ none                       47
## 5 male   group C          some college      stand~ none                       76
## 6 female group B          associate's degr~ stand~ none                       71
## # ... with 2 more variables: reading score <dbl>, writing score <dbl>

Plot