Skip to content
/ tjsp_app Public

Shiny app that makes cluster analysis of some productivity measures from TJSP

License

Notifications You must be signed in to change notification settings

abjur/tjsp_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tjsp_app

This is a shiny app, a.k.a. Judicial Waze.

Given a particular filter, we make a cluster analysis to group courts with similar productivity patterns. This app can be used to compare groups of courts that are more or less productive based.

To run this app, you will need to install the following packages

install.packages("shiny")
install.packages("leaflet")
install.packages("tidyverse")
install.packages("rlang")
install.packages("sf")
install.packages("plotly")
# install.packages("devtools")
devtools::install_github("trestletech/shinyTree")

After that, you can run the app this way

shiny::runApp()

You can also see it running accessing this link.

Related projects

TODO

  • cron job to update monthly
  • more areas
  • more productivity metrics
  • predict number of disputes by court

About

Shiny app that makes cluster analysis of some productivity measures from TJSP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages