## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr 1.1.3 ✔ readr 2.1.4
## ✔ forcats 1.0.0 ✔ stringr 1.5.0
## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1
## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
## ✔ purrr 1.0.2
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
##
## Attaching package: 'plotly'
##
##
## The following object is masked from 'package:ggplot2':
##
## last_plot
##
##
## The following object is masked from 'package:stats':
##
## filter
##
##
## The following object is masked from 'package:graphics':
##
## layout
##
##
##
## Attaching package: 'kableExtra'
##
##
## The following object is masked from 'package:dplyr':
##
## group_rows
## Warning: `stat(count)` was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
The Universities with most students enrolled are UMB, UMCP, and UMBC.
## Count of 'UBalt' in df2: 170
According to this data, most unviersity enrollments decreased considerably from fall of 2022 to fall of 2023. The only 3 universities with enrollment increases are BSU, TU, and UMBC.
Note - we can change the program name and see this distribution for any program of USG
## Warning: Ignoring 1 observations
Similar to this, we can update the code to change University name and get the ethnicity distribution of each home university.
## [1] 73
The top 3 programs at USG are Nursing, Medical Cannabis Science and Therapeutics, and Informtion Science.
Note - We can update this code to change the institute name to get a plot for each institute.
The majority of USG students are Female. An increasing number of students are also identifying as a gender other than their assigned gender at birth
## Gender Count
## 1 Female 1091
## 2 Female Assigned 25
## 3 Male 722
## 4 Male Assigned 34
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
## Gender Count
## 1 Female 874
## 2 Female Assigned 13
## 3 Male 381
## 4 Male Assigned 25
The USG population seems to have a steady age distribution with an average age of 29
## [1] 25.7281
## [1] 34.24207
Most USG populations reside in Montgomery County.
Most USG students are part time students.
##
## Full Time Part Time
## 1351 1815
##
## Full Time Part Time
## 328 966
##
## Full Time Part Time
## 1023 849
There are 4 hubs here at USG
B: Business Enterprise Hub
E: Engineering and Technology Hub
L: Health and Life Sciences Hub
P: Public Service Hub
Our most popular hub is the Health and Life Sceicnes Hub