Skip to content

Commit

Permalink
lm4
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-etal committed Sep 5, 2024
1 parent 963964b commit fc24dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Graphical network model (GNM).Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First, we need to load up some extra functionality and some data. The first exam

```{r pac, message = FALSE, warnings = FALSE, include=FALSE}
library(pacman)
pacman::p_load('MRFcov', 'tidyverse', 'future.apply','tidymodels', 'finetune', 'themis', 'vip', 'flashlight', 'iml', 'vivid', 'igraph', 'ggnetwork', 'network','gridExtra', 'xgboost', 'brulee', 'fastshap', 'tabnet', 'bonsai', 'parsnip', 'cowplot', 'progress', 'hstats', 'geosphere', 'mrIML')
pacman::p_load('MRFcov', 'tidyverse', 'future.apply','tidymodels', 'finetune', 'themis', 'vip', 'flashlight', 'iml', 'vivid', 'igraph', 'ggnetwork', 'network','gridExtra', 'xgboost', 'brulee', 'fastshap', 'tabnet', 'bonsai', 'parsnip', 'cowplot', 'progress', 'hstats', 'geosphere', 'mrIML','lme4')
```

```{r, message = FALSE, warnings = FALSE}
Expand Down

0 comments on commit fc24dce

Please sign in to comment.