Skip to contents

Lists the core packages necessary to run all potential modeling algorithms.

Usage

core_packages()

Value

A character vector

Details

Lists the core packages necessary to run all potential modeling algorithms.

Author

Steven P. Sanderson II, MPH

Examples

core_packages()
#>  [1] "multilevelmod" "rules"         "poissonreg"    "censored"     
#>  [5] "baguette"      "bonsai"        "brulee"        "rstanarm"     
#>  [9] "dbarts"        "kknn"          "ranger"        "randomForest" 
#> [13] "LiblineaR"     "flexsurv"      "gee"           "glmnet"       
#> [17] "discrim"       "klaR"          "kernlab"       "mda"          
#> [21] "sda"           "sparsediscrim" "liquidSVM"