Predictive Analytics: Group Assignment 2
Predictive Analytics: Group Assignment 2
Group Assignment 2
Submitted To:
1 caret
2 caTools
3 cowplot
4 Datarium
5 DMwR
6 ggplot2
7 Lift
8 lmtest
9 MASS
10 nortest
11 olsrr
12 ROCR
Pre-modelling Process
Page 1 of 5
8 class() To know about which class data belongs
Page 2 of 5
31 setwd() To set the new working directoryy for R
Modelling Process
durbinwatsonTest()
7 Check for Auto correlation
[car package]
Page 3 of 5
10 lm() To create least square regression line
ncvTest() [car
12 Test for non-constant error variance
package]
sample.split()
17 Used to split the dataset
[caTools]
18 stepAIC() [MASS] To find out the best fit model
Page 4 of 5
2 geom_point() [cowplot,ggplot2] To create the visual graph with colours
Page 5 of 5