biometrician / abe

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

#10: abe.resampling #10

Closed biometrician closed 1 year ago

biometrician commented 1 year ago

In Wallisch et al 2021, dependent on the post-selection investigation measures (e.g. RCB, VIF, etc.), either the non-parametric bootstrap or subsampling with 0.5 as sampling proportion is recommended. It would be really nice, if type.resampling = "Wallisch_2021" (as an additional option) in abe.resampling would compute both resampling methods and then use the correct resampling method for each measure. The current implementation is prone to errors.

biometrician commented 1 year ago

This is dealt with in #14