Skip to content

Commit

Permalink
set eval to False
Browse files Browse the repository at this point in the history
  • Loading branch information
hansvancalster committed Dec 2, 2024
1 parent 598af28 commit 4b6a6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rmarkdown/compositional_analysis/test_rademu.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ m_refit$coef$pval[taxa_to_test]

Visualise only the significant (p-value <= 0.05) taxa according to the score test:

```{r}
```{r eval=FALSE}
as_tibble(m_refit$coef) |>
inner_join(genustbl) |>
filter(
Expand Down

0 comments on commit 4b6a6e3

Please sign in to comment.