App maker for hdnom 
The hdnom appmaker is a template Shiny app for hdnom and hdnom.io users to make their own nomogram-based online prediction apps.
Try it out
Start R, install the required packages:
install.packages("hdnom")
install.packages("shiny")Run the template app:
shiny::runGitHub("nanxstats/hdnom-appmaker")If error happens when using shiny::runGitHub, please try to clone the
Shiny app to local machine manually:
git clone https://github.com/nanxstats/hdnom-appmaker.gitthen start R, use
shiny::runApp("hdnom-appmaker")to run the template app.
Make your own nomogram app
- Open
server.Rand follow the three steps to put your model and data in the right place. - Know how to deploy your application to shinyapps.io or your local Shiny server.
- Enjoy!
