DGB is an R package that adapts functions for confidence intervals and sample size planning from https://people.ucsc.edu/~dgbonett/
This package is not currently on CRAN, but can be installed from GitHub:
install.packages("devtools")
devtools::install_github("cwendorf/DGB")
library(DGB)
If you do not wish a full install, the latest functions can be sourced directly from GitHub:
source("http://raw.githubusercontent.com/cwendorf/DGB/main/source-DGB.R")
Simple documentation and tutorials are available: https://github.com/cwendorf/DGB/tree/main/docs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.