# Generated by roxygen2: do not edit by hand

S3method(coef,FitDynamicGrowth)
S3method(coef,FitDynamicGrowthMCMC)
S3method(coef,FitIsoGrowth)
S3method(coef,FitMultipleDynamicGrowth)
S3method(coef,FitMultipleGrowthMCMC)
S3method(coef,FitSecondaryGrowth)
S3method(deviance,FitDynamicGrowth)
S3method(deviance,FitDynamicGrowthMCMC)
S3method(deviance,FitIsoGrowth)
S3method(deviance,FitMultipleDynamicGrowth)
S3method(deviance,FitMultipleGrowthMCMC)
S3method(deviance,FitSecondaryGrowth)
S3method(fitted,FitDynamicGrowth)
S3method(fitted,FitDynamicGrowthMCMC)
S3method(fitted,FitIsoGrowth)
S3method(fitted,FitMultipleDynamicGrowth)
S3method(fitted,FitMultipleGrowthMCMC)
S3method(fitted,FitSecondaryGrowth)
S3method(plot,DynamicGrowth)
S3method(plot,FitDynamicGrowth)
S3method(plot,FitDynamicGrowthMCMC)
S3method(plot,FitIsoGrowth)
S3method(plot,FitMultipleDynamicGrowth)
S3method(plot,FitMultipleGrowthMCMC)
S3method(plot,FitSecondaryGrowth)
S3method(plot,IsothermalGrowth)
S3method(plot,MCMCgrowth)
S3method(plot,StochasticGrowth)
S3method(plot,TimeDistribution)
S3method(predict,FitDynamicGrowth)
S3method(predict,FitDynamicGrowthMCMC)
S3method(predict,FitIsoGrowth)
S3method(predict,FitMultipleDynamicGrowth)
S3method(predict,FitMultipleGrowthMCMC)
S3method(predict,FitSecondaryGrowth)
S3method(residuals,FitDynamicGrowth)
S3method(residuals,FitDynamicGrowthMCMC)
S3method(residuals,FitIsoGrowth)
S3method(residuals,FitMultipleDynamicGrowth)
S3method(residuals,FitMultipleGrowthMCMC)
S3method(residuals,FitSecondaryGrowth)
S3method(summary,FitDynamicGrowth)
S3method(summary,FitDynamicGrowthMCMC)
S3method(summary,FitIsoGrowth)
S3method(summary,FitMultipleDynamicGrowth)
S3method(summary,FitMultipleGrowthMCMC)
S3method(summary,FitSecondaryGrowth)
S3method(vcov,FitDynamicGrowth)
S3method(vcov,FitDynamicGrowthMCMC)
S3method(vcov,FitIsoGrowth)
S3method(vcov,FitMultipleDynamicGrowth)
S3method(vcov,FitMultipleGrowthMCMC)
S3method(vcov,FitSecondaryGrowth)
export(Q0_to_lambda)
export(distribution_to_logcount)
export(fit_MCMC_growth)
export(fit_dynamic_growth)
export(fit_isothermal_growth)
export(fit_multiple_growth)
export(fit_multiple_growth_MCMC)
export(fit_secondary_growth)
export(is.DynamicGrowth)
export(is.FitDynamicGrowth)
export(is.FitDynamicGrowthMCMC)
export(is.FitIsoGrowth)
export(is.FitMultipleDynamicGrowth)
export(is.FitMultipleDynamicGrowthMCMC)
export(is.FitSecondaryGrowth)
export(is.IsothermalGrowth)
export(is.MCMCgrowth)
export(is.StochasticGrowth)
export(lambda_to_Q0)
export(predict_MCMC_growth)
export(predict_dynamic_growth)
export(predict_isothermal_growth)
export(predict_stochastic_growth)
export(primary_model_data)
export(secondary_model_data)
export(time_to_logcount)
importFrom(FME,modCost)
importFrom(FME,modFit)
importFrom(FME,modMCMC)
importFrom(MASS,mvrnorm)
importFrom(cowplot,plot_grid)
importFrom(cowplot,theme_cowplot)
importFrom(deSolve,ode)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(formula.tools,get.vars)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(lamW,lambertW0)
importFrom(purrr,"%>%")
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,set_names)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,deviance)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
