What is Rshiny
Shiny is an R package that makes it easy to build interactive web apps straight from R,which is made up of a user interface object and a server function. It combines the computational power of R with the interactivity of the modern web.
What features are included in our Rshiny
1. Drug effect distribution: visual comparison of the effect distribution of each drug and placebo reported in clinical trials;
2. Accurate pharmacodynamic scale distribution: simulation of the distribution of typical values of pharmacodynamic effects and their confidence intervals for each drug and placebo at each time point;
3. Determination of the superiority of the test drug: calculate the degree of certainty that the test drug is superior to the control drug in the trial;
4. Secondary endpoint analysis: single arm meta-analysis of EDSS score.