Analysis of student dropout in the Dutch vocational education system.
In this project, analysis is conducted on student dropout in the Dutch vocational education system. The entire research is document in the BSc thesis Vocational Education and Dropout Rates in The Netherlands, prepared for the Utrecht School of Economics of Utrecht University. The research is conducted through econometric modeling and data exploration in the R programming language. Some components of the analysis here have been altered due to the confidential nature of the data.
The following R packages are used in the analysis.
library(foreign)
library(stargazer)
library(ggplot2)
library(aod)
library(gridExtra)
library(ggthemes)
library(dplyr)
library(mfx)
library(corrplot)
library(car)
library(LogisticDx)
library(rms)
The missing correlation matrix from the exploratory analysis can be found here.
- The dataset used in this analysis is confidential and will not be uploaded.