The purpose of this app is to allow users to analyse and see the performance of student graduated with an MBA degree. It is a combines dataset of 1200 students coming from 5 different backgrounds, with some having prior work experience and some not. It used attributes like employability before and after the program to quantify if the students have observed. It also shares salary data of students who got jobs after finishing the program
library(shiny) library(shinydashboard) library(DT) library(tidyverse) library(caret) library(leaps) library(psych) library(corrplot)
install.packages("shiny")
install.packages("shinydashboard")
install.packages("DT")
install.packages("tidyverse")
install.packages("caret")
install.packages("leaps")
install.packages("psych")
install.packages("corrplot")
runGitHub("ST558_Final_Project", "namangoel05")