Learn R Programming

mephas

R package: Medical and Pharmaceutical Statistics Application Using Shiny

Required Software

  • R (latest version, >=3.5.0)

    • The source programming language
  • RStudio

    • The platform for Shiny

Installation from Github

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”)

Installation from ".tar.gz" file

Required Packages Before / During the Installation

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"))

Copy Link

Version

Install

install.packages('mephas')

Monthly Downloads

4

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yi Zhou

Last Published

February 4th, 2019

Functions in mephas (1.0.0)

nptest.mmtest

UI of Mood's Median Test (Non-paramatric Tests)
nptest.onesample

UI of One Sample (Non-paramatric Tests)
nptest.psample

UI of Paired Sample (Non-paramatric Tests)
nptest.signtest

UI of Sign Test (Non-paramatric Tests)
MFSproptest

MEPHAS Shiny application of the binomial proportional data tests
nptest.signtest.p

UI of Sign Test (Non-paramatric Tests)
MFSrctabtest

MEPHAS Shiny Application of Contingency Table Related Tests
MFSnptest

MEPHAS Shiny Application of the Non-paramatric Tests
nptest.twosample

UI of Two Sample (Non-paramatric Tests)
MFSpcapls

MEPHAS Shiny Application of PCA PLS Regression
MFSanova

MEPHAS Shiny Application of ANOVA and Multiple Comparison
MFSreg

MEPHAS Shiny Application of Univariate Regression
MFSttest

MEPHAS Shiny Application of T test.
MFSdistribution

MEPHAS Shiny application of the Statistical Distributions
nptest.wrtest

UI of Wilcoxon Rank-Sum Test (Non-paramatric Tests)
nptest.wstest.p

UI of Wilcoxon Signed-Rank Test (Non-paramatric Tests)
pls.data.ui

MEPHAS Shiny Application of PCA PLS Regression
pls.ui

MEPHAS Shiny Application of PCA PLS Regression
nptest.wstest

UI of Wilcoxon Signed-Rank Test (Non-paramatric Tests)
reg.lr.ui

UI of Logistic Regression (univariate Regression)
reg.cr.ui

UI of Cox Regression (univariate Regression)
reg.data.ui

UI of Logistic Regression (univariate Regression)
reg.lm.ui

UI of Linear Regression (univariate Regression)