-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous modifications and fixes (again) (#234)
* Remove `as.matrix.list()` (neither used nor needed). * Define the default `baseline` in the `vsel` methods directly (instead of using `NULL`) and remove the `is.null()` case in `.validate_baseline()`. * Docs: Mention that for argument `baseline`, the best submodel is decided in terms of `stats[1]`. * Docs of `summary.vsel()`: Minor wording improvements for argument `type`. * Docs of argument `baseline`: Mention the relevance. * Simplify `cvfun()` in `get_refmodel.stanreg()`. * Set a visible default for argument `K` of `cv_varsel()`. * Improve y-axis label in `plot.vsel()`. * There are no Gaussian-only `stats` (at least it isn't implemented this way). Therefore, adapt the tests. * Fix issue #210. * Adapt the tests to the fix for issue #210. * Harmonize definitions and usages of `%<name>%` binary infix operators. * Unify the equivalent special binary (infix) operators `%||%` and `%ORifNULL%`. * Avoid function definitions without curly braces because they're not shown in RStudio's document outline. * Remove `.get_proj_handle()` (not necessary and had an incorrect default for `regul`). * `search_forward()`: Remove unused argument `increasing_order`. * `projfun.R`: Enhance comments. * `predict.subfit()`: Don't access `subfit$x` if not necessary. * Minor cleaning. * Remove more unused methods. * `get_refmodel.stanreg()`: Throw an error if **rstanarm** is not installed. * Replace "search path" by "solution path" (at least where relevant and easily possible) to avoid a (purely optical) confusion with "search part".
- Loading branch information
Showing
20 changed files
with
218 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.