# Generated by roxygen2: do not edit by hand

export(build_qsar_models)
export(correlation_plots)
export(generate_descriptors_from_sdf)
export(perform_variable_selection)
export(residual_plots)
import(tibble)
importFrom(caret,createFolds)
importFrom(corrplot,corrplot)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(gridExtra,grid.arrange)
importFrom(leaps,regsubsets)
importFrom(pls,plsr)
importFrom(randomForest,randomForest)
importFrom(rcdk,eval.desc)
importFrom(rcdk,get.desc.names)
importFrom(rcdk,load.molecules)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(utils,read.csv)
