Skip to content

Elkip/OAI_RShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The OAI Shiny App

The data in the project is a subset of the Osteoarthritis Initiative. The research was centered around building a predicitve model to predict whether a knee replacement is needed in a subset of men and women with knee osetoarthritis. To do so a multinomial model is used with the outcome being:

  • 1 - No event of interest
  • 2 - Drop out before event of interest
  • 3 - Death
  • 4+ - A numbered random forest cluster of those who received knee replacements

Run the docker container with:

docker build -t oai_app .

docker run -d -p 3838:3838 oai_app

Note the port must be set in the app.R file as well.


About

Dockerized version of a web app created for my Master's Research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published