Imputation Tools
Run the following:
install.packages("devtools")
devtools::install_github("dsquire/imptools")
If you get an error when using the command above you can also try:
install.packages("devtools")
devtools::install_github("dsquire/imptools", ref = "main")
library("imptools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.