Skip to content

SandraKla/AdRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age-dependent-Reference-Intervals (AdRI)

Shiny App for calculating Age-dependent Reference Intervals!

This Shiny App was developed to create Age-dependent Reference Intervals (AdRI) using different methods: LMS, GAMLSS, Window-Methods and Regression.

*** Warning! This Shiny App has not been enough validated for the basis of a medical diagnosis! There is no warranty for the app and/or the reference intervals! ***

Installation

Method 1: Use the function runGitHub() from the package shiny:

if("shiny" %in% rownames(installed.packages())){
  library(shiny)} else{
  install.packages("shiny")
  library(shiny)}
runGitHub("AdRI", "SandraKla")

Method 2: Download the Zip-File from this Shiny App. Unzip the file and set your working direction to the path of the folder. The package shiny and shinydashboard must be installed before using the Shiny App:

# Test if shiny is installed:
if("shiny" %in% rownames(installed.packages())){
  library(shiny)} else{
  install.packages("shiny")
  library(shiny)}

And then start the app with the following code:

runApp("app.R")

All required packages are downloaded when starting this app or imported if they already exist. For more information about the required packages use the Homepage.

Contact

You are welcome to:

For more information use the Homepage!

Link to the publication: A visualization tool for continuous reference intervals based on GAMLSS