Sigma Magic automatically downloads any required R packages prior to analysis. However, if you would like to pre install these packages to
speed up your analysis, then the following packages are being used. Note that when you install these packages using packages.install(),
they may in-turn install other required packages that they depend on.
- party package for Conditional decision trees
- rpart package for Recursive decision trees
- psych and fa packages for Factor analysis
- ca package for Correspondence analysis
- MASS package for Discriminant analysis
- class package for KNN
- e1071 package for Naive Bayes
- neuralnet package for Neural networks
- randomForest package for Random Forests