Nothing
# Create bib file for R packages tidylist <- c('tidyverse', 'dplyr', 'forcats', 'ggplot2', 'purrr', 'readr', 'tibble', 'tidyr') easylist <- c("easystats", "datawizard", "insight", "modelbased", "performance", "parameters") otherlist <- c('glmmTMB', 'here', 'marginaleffects', 'sandwich', 'robustlmm') here::here("inst/tutorials/discovr_14/packages.bib") |> knitr::write_bib(c(easylist, tidylist, otherlist), file = _)
In this tutorial all packages are pre-loaded. If working outside of the tutorial, load the easystats and tidyverse packages (and any others if you're using a concise style - see previous section) at the beginning of your r quarto() document:
library(easystats) library(tidyverse)
This tutorial uses the following packages:
glmmTMB [@R-glmmTMB; @glmmTMB2017; @glmmTMB2025]here [@R-here]marginaleffects [@R-marginaleffects; @marginaleffects2024] is needed by the [modelbased]{.pkg} packagesandwich [@R-sandwich; @sandwich2004; @sandwich2006; @sandwich2020] is needed by the [parameters]{.pkg} packageIt also uses these packages from:
datawizard [@R-datawizard; @datawizard2022]insight [@R-insight]modelbased [@R-modelbased; @modelbasedPackage]performance [@R-performance]parameters [@R-parameters; @parameters2020]dplyr [@R-dplyr]forcats [@R-forcats]ggplot2 [@R-ggplot2; @wickham_ggplot2_2016]purrr [@R-purrr]readr [@R-readr]tibble [@R-tibble]tidyr [@R-tidyr]Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.