Skip to content

Commit

Permalink
Resubmitting work
Browse files Browse the repository at this point in the history
  • Loading branch information
rberch committed Mar 16, 2023
1 parent 9f7b749 commit 03c9ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/VIFpkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Plot <- function(x, maxx = 4,multi = FALSE,...){
#' @param multi logical stating whether to drop the variable with VIF greater than maxim, and proceed to recompute VIF until no multicollinearity exist based on maxim value defined. Default is FALSE, which just computes the VIF of the current data
#'
#' @export
summarY <- function(object,multi = FALSE,...){
summarY <- function(object,multi = FALSE){

if(!multi){

Expand Down
2 changes: 1 addition & 1 deletion man/VIFsM.Rd

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

2 changes: 1 addition & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ VIFsM(Data, multi = FALSE, maxim = 4)
Plot(x, maxx = 4, multi = FALSE, ...)


summarY(object, multi = FALSE, ...)
summarY(object, multi = FALSE)



Expand Down

0 comments on commit 03c9ce7

Please sign in to comment.