Convenience wrapper around stability_selection_fda() that first creates
non-overlapping interval groups within each functional block.
Arguments
- x
Any input accepted by
as_functional_matrix(), or anfda_designobject.- y
Response vector. Leave as
NULLwhenxis anfda_design.- width
Positive interval width.
- step
Step size between interval starts.
- overlap
Logical; should the interval groups overlap?
- ...
Additional arguments forwarded to
stability_selection_fda().