Hi,
I was running rnb.run.differential with the following code:
================
rnb.options("covariate.adjustment.columns"=c("AGE"))
rnb.options(export.to.ewasher=TRUE)
rnb.options(inference=TRUE)
rnb.options(differential.site.test.method="refFreeEWAS")
rnb.options("differential.comparison.columns"="Class")
rnb.run.differential(rnb.set=rnb.set4, dir.reports=report.dir4)
====================
I get the p.values in the results, but is there a way to get the underlying test statistic results as well (t-statistic/wald etc.)
thanks!