Skip to content

Commit

Permalink
Finally passes all checks and free of notes...?
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Koeneman committed Sep 12, 2023
1 parent 030f4a9 commit 9c3ed85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Date: 2023-08-22
Authors@R: person("Scott H.", "Koeneman",
email = "Scott.Koeneman@jefferson.edu",
role = c("aut", "cre"))
Maintainer: Scott Koeneman <Scott.Koeneman@jefferson.edu>
Description: Perform model selection using distribution and probability-based methods, including standardized AIC, BIC, and AICc.
URL:
https://github.com/shkoeneman/DBModelSelect
License: GPL-3
License: GPL-3 + file LICENSE
Depends:
R (>= 4.1.0)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion R/BootGOFTestLM.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' data$y <- data$s + rnorm(200)
#' # determine whether candidate model shows lack of fit
#' model <- lm(y~s+t, data = data)
#' BootGOFTestLM(model, data = data, bott_iter = 100)
#' BootGOFTestLM(model, data = data, booot_iter = 100)
#'
#' @export
BootGOFTestLM <- function(x, data, boot_iter = 1000, level = 0.95, return_dist = FALSE, ...){
Expand Down

0 comments on commit 9c3ed85

Please sign in to comment.