Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahirbhatnagar/prostate

Life expectancy tool for curative prostate cancer patients using Shiny app for R
https://github.com/sahirbhatnagar/prostate

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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")