Skip to content

Commit 04d0dcd

Browse files
committed
Update
1 parent e568de3 commit 04d0dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/pipeML.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ colnames(features_all) <- paste0("Feature", 1:15)
255255
```
256256

257257
Perform LODO analysis
258-
```{r}
258+
```{r, eval = FALSE}
259259
prediction = list()
260260
i = 1
261261
for (cohort in unique(traitData$Cohort)) {
@@ -309,7 +309,7 @@ for (cohort in unique(traitData$Cohort)) {
309309
```
310310

311311
For plotting we will make use of our `get_curves` function adapted in a case for multiple cohorts.
312-
```{r}
312+
```{r, eval = FALSE}
313313
metrics = list()
314314
auroc = c()
315315
auprc = c()

0 commit comments

Comments
 (0)