if (FALSE) {
# Note: In the following example, M1, M2, and M3 are true mediators.
data(himaDat)
head(himaDat$Example4$PhenoData)
microHIMA.fit <- microHIMA(
X = himaDat$Example4$PhenoData$Treatment,
Y = himaDat$Example4$PhenoData$Outcome,
OTU = himaDat$Example4$Mediator,
COV = himaDat$Example4$PhenoData[, c("Sex", "Age")],
FDRcut = 0.05,
verbose = TRUE
)
microHIMA.fit
}
Run the code above in your browser using DataLab