Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 672 Bytes

MvTrend

R package for trend test in benefit-risk analysis with prioritized multiple outcomes.

Manuscript: https://www.tandfonline.com/doi/abs/10.1080/19466315.2019.1690037?journalCode=usbr20

Installation

Install the MvTrend package via github

if(!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("ziqiaow/MvTrend",build_vignettes=TRUE) 

To get started with the package

Load the package and open the package vignette:

library("MvTrend")
vignette("MvTrend")

There will be examples for all the functions in MvTrend package. If you have any question, use help().

Have fun with MvTrend 👍