Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 0 kb
LICENSE 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 0 kb
README.md
<!-- README.md is generated from README.Rmd. Please edit that file --> MultiMed ======== The goal of the MultiMed package is to provide methods for testing multiple mediators simultaneously, controlling the FWER or FDR. Installation ------------ This package is available on Bioconductor. You can also install MultiMed from GitHub using the devtools package: ``` r # install.packages("devtools") devtools::install_github("SiminaB/MultiMed") ```