We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03752e7 commit ca5c059Copy full SHA for ca5c059
R/methods.R
@@ -1820,7 +1820,7 @@ suggest_size.vsel <- function(
1820
if (object$nterms_max != object$nterms_all && warnings) {
1821
warning("Could not suggest submodel size within the searched range. ",
1822
"Investigate plot.vsel() to identify if the search was ",
1823
- "terminated too early or the criterion is too strict."
+ "terminated too early or the criterion is too strict.",
1824
"If this is the case, run variable selection with ",
1825
"larger value for `nterms_max` or use less strict criterion.")
1826
}
0 commit comments