Skip to content

Shiny app template to make your own nomogram-based online prediction apps

Notifications You must be signed in to change notification settings

nanxstats/hdnom-appmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App maker for hdnom logo

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.git

then start R, use

shiny::runApp("hdnom-appmaker")

to run the template app.

Make your own nomogram app

  1. Open server.R and follow the three steps to put your model and data in the right place.
  2. Know how to deploy your application to shinyapps.io or your local Shiny server.
  3. Enjoy!

About

Shiny app template to make your own nomogram-based online prediction apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages