In the section of To filter or not to filter, if I run the code and plot the result:
powers_fil = comparePower(simres, alpha.type="fdr", alpha.nominal=0.1,
strata = c(0, 10, 2^(1:7)*10, Inf), filter.by="expr",
strata.filtered=1, stratify.by="expr", delta=0.5)
plotAll(powers_fil)
My understanding is the first strata (1-10) will be removed. But why do we still see results with strata (1-10) on the plot shown below? Thanks.
