Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Jul 26, 2024
1 parent 0551b49 commit 4ef8066
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vignettes/Comparison_vignette/Comparison_BayesianMCPMod.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ format:
number-sections: true
---

```{r}
knitr::opts_chunk$set(eval = FALSE)
```


Following simulations will be conducted utilizing the BayesianMCPMod' package, with varying the expected effect for maximum dose and the sample sizes.


Expand Down
4 changes: 4 additions & 0 deletions vignettes/Comparison_vignette/Comparison_MCPModPack.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ format:
number-sections: true
---

```{r}
knitr::opts_chunk$set(eval = FALSE)
```

Following simulations will be conducted utilizing the MCPModPack package, with varying the expected effect for maximum dose and the sample sizes.

## Minimal scenario
Expand Down
5 changes: 5 additions & 0 deletions vignettes/Comparison_vignette/Comparison_convergence.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ format:
number-sections: true
---

```{r}
knitr::opts_chunk$set(eval = FALSE)
```


### minimal BayesianMCPMod
```{r}
Expand Down

0 comments on commit 4ef8066

Please sign in to comment.