Skip to content

Commit

Permalink
Submitting work
Browse files Browse the repository at this point in the history
  • Loading branch information
rberch committed Mar 16, 2023
1 parent c4d3c0c commit ce3b295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/VIFpkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' summarY(object=xs, multi = TRUE)
#' @export


VIFsM <- function(Data, multi=FALSE,maxim = 4){ # argument is a matrix of the predictor variables

VIF <- NULL
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The main funtion is VIFsM() which finds the VIF values for the variables. The o

### When Interested in the VIF of the current data (multi = FALSE, as in default)


```{r setup}
# load the VIFpkg pacakge
Expand Down
1 change: 0 additions & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ Plot(x = xs,maxx = 4)

### When Interested in checking the VIF of the data and dropping the variable with VIF > maxim


```{r, fig.height=12, fig.width=10}
# Find VIF values
Expand Down

0 comments on commit ce3b295

Please sign in to comment.