Accepts a standard numeric matrix/data frame or a named list of functional blocks. List inputs are column-bound while preserving the original block membership of each coefficient, which is later reused for grouped stability selection and FDA-aware SelectBoost grouping.
Arguments
- x
A numeric matrix/data frame, an
fda_grid, anfda_basis, anfda_design, or a list of such objects. Each list element is treated as one functional block.- center, scale
Passed to
base::scale()when either argument isTRUE.