R package: Medical and Pharmaceutical Statistics Application Using Shiny
R (latest version, >=3.5.0)
RStudio
Check the existence of “devtools” package
> find.package("devtools")
If yes, install “mephas” package from github:
> devtools::install_github(“mephas/mephas”)
If error, install “devtools” package firstly:
> utils::install.packages("devtools")
> devtools::install_github(“mephas/mephas”)
DescTools, ROCR, Rmisc, ggplot2, ggfortify, gridExtra, pastecs, plotROC, psych, reshape, stargazer, shiny, survminer, survival, xtable, spls, pls
> install.packages(c("DescTools", "ROCR", "Rmisc", "ggfortify","pastecs","plotROC", "psych","reshape","stargazer","survminer","xtable","spls"))