Ghida Ibrahim
Wed Jul 20 16:47:04 2016
The UI.R script includes the shinyUI function which allows displaying the following items on the app website: https://ghida.shinyapps.io/My_App/
The Server.R script includes the followings:
CancerRisk <- function(Tumor_size) (Tumor_size)/7
This app provides a very basic means for assessing breast cancer risk based on a single input, that is the tumor size. A more sophisticated prediction model including more features and taking into account a large volume of training examples from existing patients with breast tumors in under development.
When the model is ready, the R function in Server.R should be updated to reflect these changes