Skip to content

RShiny web application that predicts admission to Albanian public universities programs through a naive classifier. Contains minimum files to run the application.

Notifications You must be signed in to change notification settings

kreshnikxhangolli/matura-albania-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This RShiny web application enables Albanian high school graduates to use a naive
classifier to calculate their chances of being admitted to Albanian public universities. 
Please read "Full_Project_Report.pdf" for more details.

This is the Lite version of the project containing only core files to run the application (RDS and app.R). 
Lite version improves first time download when the application is run with shiny::runGitHub().
The full version includes datasets and R scripts for data wrangling. Please refer to repository "matura-albania"

Installation instructions for R users.

1. Run on R console
library(shiny)
runGitHub("matura-albania-Lite","kreshnikxhangolli")

2. Clone (or download and unizp) the files. Necessary files to run the application are container.RDS and programs list.RDS
in RDS folder and app.R under project's root directory.
	(i) open app.R file and click Run button on top-right corner

	(ii) Using R console
		a. Set working directory where app.R is located (use setwd() command)
		b. use runApp() on the command prompt to run the application

About

RShiny web application that predicts admission to Albanian public universities programs through a naive classifier. Contains minimum files to run the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages