Runs FDA-SelectBoost on a user-provided or suggested c0 grid.
Arguments
- design
An
fda_designobject.- selector
Base selector passed to
fit_selectboost().- c0_grid
Optional explicit
c0grid.- grid_method
Rule used by
suggest_c0_grid()whenc0_gridis omitted.- association_method
Passed to
suggest_c0_grid()andfit_selectboost().- keep_fit
Should the fitted object be stored in the result?
- ...
Additional arguments passed to
fit_selectboost().