College Score Card Introduction

This data is from all colleges around the US and it looks at all different aspects from the universities. The data looks at size of the school, location, and the student demographics about the universities. The data also looks at the rank of the school acedemic wise and also shows the average income of family at each school. For example; in this table, the data shows the average cost to attend and the average faculty salary for each classification of the university.

## # A tibble: 3 × 3
##   CONTROL            `Average Cost to Attend` `Average Faculty Salary`
##   <chr>                                 <dbl>                    <dbl>
## 1 Private for-profit                   26329.                    4854.
## 2 Private non-profit                   38760.                    6814.
## 3 Public                               15695.                    7389.

Question

One of the questions that this data can look at is the comparison of the Average sat score for each classification of Univestiy.

## Warning: Removed 5795 rows containing non-finite values (`stat_boxplot()`).

## Explanation In this graph we can see the average SAT scores for each classification of University. Each university has its own average score and the public average is a little higher than the prive universities.