Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
www
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.