Skip to content

king-michael/shiny_2x2-contingency_table

Repository files navigation

Shiny app for a 2x2 contingency table

A simple app that provides you an interface to upload qualitative reference and test data. It calculates the 2x2 contingency table along with various performance metrics and confidence intervals.

How to dockerize

Build the docker files

build the images

docker build -t 2x2contingency_table/shiny_app -f Dockerfile.shinyapp .
docker build -t 2x2contingency_table/shinyproxy shinyproxy

Start the docker compose

docker-compose build
docker-compose up -d

Connect to "127.0.0.1:8888"

Testing

docker run --name=shiny_app --user shiny --rm -p 88:3838 2x2contingency_table/shiny_app

About

Biostatistics : Shiny App to calculate a 2x2 contingency table to compare a reference and a test method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages