# Generated by roxygen2: do not edit by hand

export(exponential_mixed_model)
export(gompertz_mixed_model)
export(growth_curve_model_fit)
export(growth_model_residual_plots)
export(growth_model_summary_table)
export(growth_vs_time_plot)
export(linear_mixed_model)
export(logistic_mixed_model)
export(summarize_growth_model)
export(summarize_growth_model_ls)
export(summarize_growth_model_mixed)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,bold)
importFrom(flextable,flextable)
importFrom(flextable,fontsize)
importFrom(flextable,fp_border_default)
importFrom(flextable,hline_top)
importFrom(graphics,text)
importFrom(investr,predFit)
importFrom(knitr,knit_print)
importFrom(magrittr,"%>%")
importFrom(minpack.lm,nlsLM)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(rlang,":=")
importFrom(rlang,as_label)
importFrom(rlang,sym)
importFrom(saemix,compute.sres)
importFrom(saemix,saemix)
importFrom(saemix,saemixData)
importFrom(saemix,saemixModel)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,predict)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,pivot_wider)
importFrom(viridis,scale_color_viridis)
