Skip to content

Commit

Permalink
Adding citation for variable importance paper
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSeedorff21 committed Sep 28, 2024
1 parent 33e6304 commit 4f8a052
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BranchGLM
Type: Package
Title: Efficient Best Subset Selection for GLMs via Branch and Bound Algorithms
Version: 3.0.0
Date: 2024-8-20
Version: 3.0.1
Date: 2024-9-27
Authors@R: person("Jacob", "Seedorff", , "jacob-seedorff@uiowa.edu", role = c("aut", "cre"))
Maintainer: Jacob Seedorff <jacob-seedorff@uiowa.edu>
URL: https://github.com/JacobSeedorff21/BranchGLM
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
BranchGLM News
================

# BranchGLM 3.0.1

- Adding citation for variable importance paper.

# BranchGLM 3.0.0

- Added function to calculate variable importance for L0-penalized
Expand Down
2 changes: 2 additions & 0 deletions R/BranchGLM-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#' @name BranchGLM-package
#' @aliases BranchGLM-package NULL
#' @docType package
#' @references Seedorff J, Cavanaugh JE. *Assessing Variable Importance for Best
#' Subset Selection. Entropy. 2024; 26(9):801*. \doi{https://doi.org/10.3390/e26090801}
#' @examples
#' # Using iris data to demonstrate package usage
#' Data <- iris
Expand Down
3 changes: 3 additions & 0 deletions R/VariableImportance.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
#' barplot(VI)
#' par(mar = oldmar)
#'
#' @references Seedorff J, Cavanaugh JE. *Assessing Variable Importance for Best
#' Subset Selection. Entropy. 2024; 26(9):801*. \doi{https://doi.org/10.3390/e26090801}
#'
#' @export
#'

Expand Down
2 changes: 2 additions & 0 deletions R/VariableImportance.boot.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
#' boxplot(myBoot, las = 1)
#' par(mar = oldmar)
#'
#' @references Seedorff J, Cavanaugh JE. *Assessing Variable Importance for Best
#' Subset Selection. Entropy. 2024; 26(9):801*. \doi{https://doi.org/10.3390/e26090801}
#' @export

VariableImportance.boot <- function(object, ...){
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BranchGLM
================

Updating package to version 3.0.0.
Updating package to version 3.0.1.
4 changes: 4 additions & 0 deletions man/BranchGLM-package.Rd

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

4 changes: 4 additions & 0 deletions man/VariableImportance.Rd

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

4 changes: 4 additions & 0 deletions man/VariableImportance.boot.Rd

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

0 comments on commit 4f8a052

Please sign in to comment.