# Generated by roxygen2: do not edit by hand

S3method(coef,agriLM)
S3method(coef,agriNLS)
S3method(fitted,agriLM)
S3method(fitted,agriNLS)
S3method(model_summary,agriLM)
S3method(model_summary,agriNLS)
S3method(model_summary,default)
S3method(plot,agriDRC)
S3method(plot,agriLM)
S3method(plot,agriNLS)
S3method(predict,agriLM)
S3method(predict,agriNLS)
S3method(print,agriDRC)
S3method(print,agriData)
S3method(print,agriLM)
S3method(print,agriNLS)
S3method(residuals,agriLM)
S3method(residuals,agriNLS)
S3method(summary,agriDRC)
S3method(summary,agriData)
S3method(summary,agriLM)
S3method(summary,agriNLS)
export(clean_agri_data)
export(compare_models)
export(ed_estimates)
export(fit_dose_response)
export(fit_linear)
export(fit_nonlinear)
export(fit_polynomial)
export(gof_stats)
export(load_example_data)
export(model_summary)
export(optimum_dose)
export(outlier_flag)
export(plot_fit)
export(residual_check)
export(yield_normalize)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
