/prostate

Life expectancy tool for curative prostate cancer patients using Shiny app for R

Primary LanguageR

prostate

Life expectancy tool for curative prostate cancer patients. This tool was developed using the Shiny package in R. To run this application enter the following code in R:

install.packages(c("shiny", "ggplot2", "googleVis", "pylr")) #only install the ones you don't already have

library(shiny)

runGitHub("prostate", "sahirbhatnagar")