v1.0.3: Add files via upload
1.0.3
- Fixed documentation to mention bidirectional-forward and bidirectional-backward search as they were already implemented!
- Fixed bug that appeared when doing backward search and cross-validation
- Added Huber and L1-norm cross-validation errors to the LEGIT_cv output and choice of search_criterion in the stepwise search. These are robust criterion that handle outliers better than the usual L2-norm (which the R^2 is based on).
- Added argument to change the parameter of the Huber cross-validation error
- Added reference for Huber and L1-norm cross-validation errors
- Added newline between the AUC plot and the last line in vignette