biometrician / abe

An R package for Augmented Backward Elimination
GNU General Public License v3.0
3 stars 0 forks source link

#45: pairwise inclusion frequencies #49

Closed biometrician closed 1 year ago

biometrician commented 1 year ago

Hi Gregor,

When I request plot(BE_stability, type.plot = "pairwise") I get a nice plot with the pairwise inclusion frequencies. If a combination occurred more or less frequently, then this is indicated by the "+" or "-". Is it possible to adjust this significance level? Currently, I assume, a significance level of $0.1$ is used. If not, can you add this meta-parmeter please?

Thanks, Daniela

gregorsteiner commented 1 year ago

Done, there is now an argument pval in plot.abe() to control the significance level for the pairwise plot.

biometrician commented 1 year ago

Thanks Gregor!