Skip to content

Commit

Permalink
removed vignette calls in yml headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Jul 26, 2024
1 parent 72afbec commit 0551b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions vignettes/Comparison_vignette/Comparison_BayesianMCPMod.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ format:
self-contained: true
toc: true
number-sections: true
#bibliography: references.bib
vignette: >
%\VignetteIndexEntry{Simulation Example of Bayesian MCPMod and MCPMod}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{quarto::html}
---

Following simulations will be conducted utilizing the BayesianMCPMod' package, with varying the expected effect for maximum dose and the sample sizes.
Expand Down Expand Up @@ -503,4 +498,4 @@ var_nsample_Bay <- print_result_Bay_nsample(results_variability_Bay_nsample, c(
var_nsample_Bay$kable_result
```
```
7 changes: 1 addition & 6 deletions vignettes/Comparison_vignette/Comparison_MCPModPack.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ format:
self-contained: true
toc: true
number-sections: true
#bibliography: references.bib
vignette: >
%\VignetteIndexEntry{Simulation Example of Bayesian MCPMod and MCPMod}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{quarto::html}
---

Following simulations will be conducted utilizing the MCPModPack package, with varying the expected effect for maximum dose and the sample sizes.
Expand Down Expand Up @@ -1112,4 +1107,4 @@ kable(results_var_MCP_nsample)%>%
add_header_above(c("Power results different sample sizes" = 5), font_size = 15, bold = TRUE)%>%
add_header_above(c("Variability scenario" = 5), font_size = 15, bold = TRUE)
```
```
7 changes: 1 addition & 6 deletions vignettes/Comparison_vignette/Comparison_convergence.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ format:
self-contained: true
toc: true
number-sections: true
#bibliography: references.bib
vignette: >
%\VignetteIndexEntry{Simulation Example of Bayesian MCPMod and MCPMod}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{quarto::html}
---

### minimal BayesianMCPMod
Expand Down Expand Up @@ -573,4 +568,4 @@ results_list_nsim_MCP_var <- foreach(k = chunks, .combine = c, .export = c(as.ch
}
```
```

0 comments on commit 0551b49

Please sign in to comment.