# Generated by roxygen2: do not edit by hand

export(compute_spatial_autocorr)
export(eval_model)
export(join_data)
export(load_incidence_data)
export(load_shapefile)
export(plot_map_grid)
export(plot_obs_vs_pred)
export(plot_single_map)
export(train_rf)
export(train_svr)
export(train_xgb)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(e1071,svm)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(ggpubr,stat_cor)
importFrom(sf,st_as_sf)
importFrom(sf,st_make_valid)
importFrom(spdep,lag.listw)
importFrom(spdep,localmoran)
importFrom(spdep,moran.test)
importFrom(spdep,nb2listw)
importFrom(spdep,poly2nb)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_compass)
importFrom(tmap,tm_fill)
importFrom(tmap,tm_layout)
importFrom(tmap,tm_legend)
importFrom(tmap,tm_scale_intervals)
importFrom(tmap,tm_shape)
importFrom(tmap,tmap_arrange)
importFrom(tmap,tmap_mode)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgboost)
