# Generated by roxygen2: do not edit by hand

export(allocation_summary)
export(balance_check)
export(block_randomization)
export(cluster_randomization)
export(completely_randomized_design)
export(covariate_adaptive_randomization)
export(crossover_design)
export(export_schedule)
export(factorial_design)
export(latin_square)
export(matched_pair_randomization)
export(minimization_randomization)
export(plot_randomization)
export(randomization_diagnostics)
export(randomized_block_design)
export(restricted_randomization)
export(simple_randomization)
export(split_plot_design)
export(stratified_block_randomization)
export(stratified_randomization)
export(variable_block_randomization)
importFrom(dplyr,
  count,
  group_by,
  mutate,
  n,
  summarise
)
importFrom(ggplot2,
  aes,
  element_text,
  geom_col,
  ggplot,
  labs,
  theme,
  theme_bw
)
importFrom(rlang,.data)
importFrom(stats,
  runif,
  setNames
)
importFrom(tibble,tibble)
importFrom(utils,write.csv)
