CBDA_initialization: CBDA Initialization function for Compressive Big Data...

Description Usage Arguments Value

View source: R/CBDA_initialization.R

Description

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.

Usage

1
2
3
CBDA_initialization(pkg = c("missForest", "stats", "utils", "prettydoc",
  "foreach", "SuperLearner", "knockoff", "caret", "smotefamily", "parallel",
  "doParallel", "glmnet"), install = FALSE)

Arguments

pkg

List of packages to install and attach for running the CBDA algorithm. A default list is already defined.

install

Option to setup installation and attachment of the listed package. Set to FALSE by default

Value

value


CBDA documentation built on May 1, 2019, 8:23 p.m.