Skip to content

Commit

Permalink
Adding keepintercept to values returned
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSeedorff21 committed Jun 11, 2024
1 parent 97d4361 commit 9f9cb4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/VariableSelection.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#' for `type = "forward"` and `type = "branch and bound"`. This argument is now
#' deprecated.
#' @param grads a positive integer to denote the number of gradients used to
#' approximate the inverse information with, only for `method = "LBFGS"`..
#' approximate the inverse information with, only for `method = "LBFGS"`.
#' @param parallel a logical value to indicate if parallelization should be used.
#' @param nthreads a positive integer to denote the number of threads used with OpenMP,
#' only used if `parallel = TRUE`.
Expand Down Expand Up @@ -92,6 +92,7 @@
#' \item{`cutoff`}{ the cutoff that was used, this is set to -1 if bestmodels was used instead or if
#' a stepwise algorithm was used}
#' \item{`keep`}{ vector of which variables were kept through the selection process}
#' \item{`keepintercept`}{ a boolean value denoting whether to keep the intercept through the selection process or not}
#' @name VariableSelection
#'
#' @examples
Expand Down
3 changes: 2 additions & 1 deletion man/VariableSelection.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f9cb4a

Please sign in to comment.