# Generated by roxygen2: do not edit by hand

export(fit_mixtur)
export(get_summary_statistics)
export(plot_error)
export(plot_model_fit)
export(plot_model_parameters)
export(plot_summary_statistic)
export(simulate_mixtur)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(graphics,hist)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,dunif)
importFrom(stats,optim)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,tibble)
