This CBDA function installs and attaches all the packages needed to run the CBDA. A user-defined list of packages can be passed as argument. Itis recommended to first execute the function without any arguments.
CBDA_initialization(pkg = c("missForest", "stats", "utils", "prettydoc",
"foreach", "SuperLearner", "knockoff", "caret", "smotefamily", "parallel",
"doParallel", "glmnet"), install = FALSE)List of packages to install and attach for running the CBDA algorithm. A default list is already defined.
Option to setup installation and attachment of the listed package. Set to FALSE by default
value