Credit analisis - Shiny App for coursera

Cristian Benalcázar
25/04/2015

Documentation

This project was developed for an assignment for a course, but I was working in this application for my job too.

The data for this app is generated from other code, that I can't share but it doesn't matter, the important thing is that the data come from some reports of a bank.

The data contains information about some products of the bank for some months and with the app you can visualize all the information very fast and you can compare the results montly.

Documentation

The information is compared versus the debt index.

The data as you can see in the code is downloaded from some folders in a repo in github, the information contains the months:

  • January
  • February
  • March

Packages in use

I am ussing the packages:

  • lattice
  • latticeExtra
  • scales
  • repmis

and obviously shiny, shinyapps, Rcpp, shiythemes.
Make sure you have all to run the app in R or R Studio

Information

The data is contained in 13 tables for each month:

 [1] "MORA_EDAD.csv"                       
 [2] "MORA_INGRESO.csv"                    
 [3] "MORA_MONTO.csv"                      
 [4] "MORA_REGION.csv"                     
 [5] "MORA_PLAZO.csv"                      
 [6] "CONSOLIDADO_MOROSIDAD_ENE14_15.csv"  
 [7] "CONSOLIDADO_SINIESTRADO.csv"         
 [8] "ope_reg.csv"                         
 [9] "COLOCACION_CUADRO_1.csv"             
[10] "COLOCACION_CUADRO_2_f.csv"           
[11] "CONSOLIDADO_MOROSIDAD_ENE14_15_f.csv"
[12] "CONSOLIDADO_SINIESTRADO_f.csv"       
[13] "ope_reg_f.csv"                       

Information

The information for each month is contained in a list for each one:

[1] "tablas_enero_2015"   "tablas_febrero_2015" "tablas_marzo_2015"  

Sorry but mi first language it is not english and all this project was developed in spanish so I changed the ui.R to present all in english but the files and names for each variable in each table are in spanish, I hope you understand all.

Information

Well you can see the app here

Shiny Aplication

and the code ui.r, server.r and global.r and files in

code