modtest_ic {biotmle} | R Documentation |
Performs variance shrinkage via the empirical Bayes procedure of LIMMA on the observed data after a transformation moving the data to influence function space, based on the average treatment effect parameter.
modtest_ic(biotmle, adjust = "BH", pval_type = c("normal", "logistic"), ...)
biotmle |
|
adjust |
the multiple testing correction to be applied to p-values that are generated from the moderated tests. The recommended (and default) method is that of Benjamini and Hochberg. See topTable for a list of appropriate methods. |
pval_type |
The reference distribution to be used for computing the p-value. Those based on the normal approximation tend to provide misleading inference when working with moderately sized (finite) samples. Use of the logistic distribution has been found to empirically improve performance in settings where multiple hypothesis testing is a concern. |
... |
Other arguments to be passed directly to |
biotmle
object containing output from limma::lmFit
and
limma::topTable
library(biotmleData) library(SummarizedExperiment) data(biomarkertmleOut) limmaTMLEout <- modtest_ic(biotmle = biomarkerTMLEout)