For information about the data, click the link here. https://github.com/rfordatascience/tidytuesday/tree/master/data/2018/2018-10-16
## # A tibble: 173 x 2
## Major Median
## <fct> <int>
## 1 PETROLEUM ENGINEERING 110000
## 2 MINING AND MINERAL ENGINEERING 75000
## 3 METALLURGICAL ENGINEERING 73000
## 4 NAVAL ARCHITECTURE AND MARINE ENGINEERING 70000
## 5 CHEMICAL ENGINEERING 65000
## 6 NUCLEAR ENGINEERING 65000
## 7 ACTUARIAL SCIENCE 62000
## 8 ASTRONOMY AND ASTROPHYSICS 62000
## 9 MECHANICAL ENGINEERING 60000
## 10 ELECTRICAL ENGINEERING 60000
## # ... with 163 more rows
The major with the highest median earnings is, Petroleum Engineering with a median of $110,000. Major_category is Engineering.
The major that the regression modle predicts to have the highest median earnings is, Miscellaneous Engineering with a median of $50,000 and a sample size of 118 and ShareWomen of 0.18997044. Major_category of Engineering. As the outlier of the plot, Petrolem Engineering with a median of $110,000.
## # A tibble: 173 x 2
## Major_category Unemployment_rate
## <fct> <dbl>
## 1 Computers & Mathematics 0
## 2 Industrial Arts & Consumer Services 0
## 3 Biology & Life Science 0
## 4 Agriculture & Natural Resources 0
## 5 Education 0
## 6 Engineering 0.00633
## 7 Law & Public Policy 0.0117
## 8 Education 0.0162
## 9 Engineering 0.0184
## 10 Agriculture & Natural Resources 0.0196
## # ... with 163 more rows
The major that appears to have the lowest unemployement_rate is, Computer and Mathematics with 0% unemployment.