Skip to content

Commit

Permalink
skip IBD vignette in current checks
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 3, 2024
1 parent 5e31752 commit fb29136
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vignettes/IBD.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ knitr::opts_chunk$set(
cache = FALSE,
dev.args = list(bg = "transparent"),
out.width = 600,
crop = NULL
crop = NULL,
eval = FALSE
)
knitr::knit_hooks$set(output = multimedia::ansi_aware_handler)
Expand Down Expand Up @@ -298,7 +299,7 @@ confound_ix <- data.frame(
)
rho_seq <- seq(-0.5, 0.5, length.out = 10)
# sensitivity_overall <- sensitivity(model, exper, confound_ix, n_boot = 100, rho_seq = rho_seq, t1 = 1, t2 = 2)
sensitivity_overall <- readRDS(url("https://go.wisc.edu/331sq1"))
sensitivity_overall <- read_csv("https://go.wisc.edu/aj4vg9")
```

We visualize the results below. Across correlations strengths from -0.5 to 0.5,
Expand Down Expand Up @@ -439,7 +440,7 @@ p1 | p2

```{r}
confound_ix <- data.frame(
mediator = c("Choladousia", "Bilophila", "gCAG103"),
mediator = c("gCholadousia", "gBilophila", "gCAG103"),
outcome = c(
"m0066_taurine", "m0066_taurine", "m0900_ketodeoxycholate"
)
Expand Down

0 comments on commit fb29136

Please sign in to comment.