#| echo=FALSE options(rmarkdown.html_vignette.check_title = FALSE) # inspired by https://www.jumpingrivers.com/blog/knitr-default-options-settings-hooks/ knitr::opts_chunk$set( echo = FALSE, cache = TRUE, cache.path = "cache/apply_sigmoid_KOR/", fig.path = "apply_sigmoid_KOR_files/", fig.retina = 2, # Control using dpi fig.width = 6, # generated images fig.height = 5, # generated images fig.pos = "t", # pdf mode fig.align = "center", dpi = if (knitr::is_latex_output()) 72 else 300, out.width = "100%", collapse = TRUE) set.seed(0)
#| echo=FALSE suppressWarnings(suppressMessages(library(tidyverse))) library(BayesPharma) suppressWarnings(suppressMessages(library(drc))) bayesplot::bayesplot_theme_set( new = ggplot2::theme_bw())
#| child = here::here("vignettes_src", "manuscript", "sections", "case_study_hill.qmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.