imputations using Ranger package and predictive mean matching
1 2 3 4 5 6 7 8 9 10  | grur_imputer(
  data,
  num.tree = 100,
  pmm = 0,
  random.seed = NULL,
  parallel.core = parallel::detectCores() - 1,
  hierarchical.levels = "strata",
  markers.list = markers.list,
  verbose = verbose
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.