# Generated by roxygen2: do not edit by hand

S3method(calculate_aic,default)
S3method(calculate_aic,list)
S3method(calculate_aic,trending_fit)
S3method(calculate_aic,trending_fit_tbl)
S3method(calculate_aic,trending_model)
S3method(calculate_mae,default)
S3method(calculate_mae,list)
S3method(calculate_mae,trending_fit)
S3method(calculate_mae,trending_fit_tbl)
S3method(calculate_mae,trending_model)
S3method(calculate_mae,trending_predict)
S3method(calculate_mae,trending_predict_tbl)
S3method(calculate_mae,trending_prediction)
S3method(calculate_rmse,default)
S3method(calculate_rmse,list)
S3method(calculate_rmse,trending_fit)
S3method(calculate_rmse,trending_fit_tbl)
S3method(calculate_rmse,trending_model)
S3method(calculate_rmse,trending_predict)
S3method(calculate_rmse,trending_predict_tbl)
S3method(calculate_rmse,trending_prediction)
S3method(calculate_rsq,default)
S3method(calculate_rsq,list)
S3method(calculate_rsq,trending_fit)
S3method(calculate_rsq,trending_fit_tbl)
S3method(calculate_rsq,trending_model)
S3method(calculate_rsq,trending_predict)
S3method(calculate_rsq,trending_predict_tbl)
S3method(calculate_rsq,trending_prediction)
S3method(evaluate_aic,default)
S3method(evaluate_aic,list)
S3method(evaluate_aic,trending_model)
S3method(evaluate_resampling,default)
S3method(evaluate_resampling,list)
S3method(evaluate_resampling,trending_model)
S3method(summary,trendeval_resampling)
export(brm_model)
export(calculate_aic)
export(calculate_mae)
export(calculate_rmse)
export(calculate_rsq)
export(evaluate_aic)
export(evaluate_resampling)
export(glm_model)
export(glm_nb_model)
export(lm_model)
importFrom(stats,predict)
importFrom(tibble,tibble)
importFrom(trending,brm_model)
importFrom(trending,fit)
importFrom(trending,get_estimate)
importFrom(trending,get_fitted_data)
importFrom(trending,get_fitted_model)
importFrom(trending,get_response)
importFrom(trending,get_result)
importFrom(trending,glm_model)
importFrom(trending,glm_nb_model)
importFrom(trending,lm_model)
importFrom(utils,getFromNamespace)
importFrom(yardstick,mae_vec)
importFrom(yardstick,rmse_vec)
importFrom(yardstick,rsq_vec)
