Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sahirbhatnagar/prostate
- Owner: sahirbhatnagar
- Created: 2013-07-23T16:25:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T19:41:12.000Z (about 11 years ago)
- Last Synced: 2024-05-29T23:25:06.737Z (6 months ago)
- Language: R
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ai-cancer - sahirbhatnagar/prostate - Life expectancy tool for curative prostate cancer patients using Shiny app for R (Code / Repositories)
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")