search for: test_data_1011

Displaying 1 result from an estimated 1 matches for "test_data_1011".

2012 Jun 12
0
How to create lift chart and ROC curve in R
...it3<- glm(Attrition_ind ~ Time.in.AXP+ Age +as.factor(Increase.in.Rating.in.Current.year) +as.factor(Below.Market.Merit.Budget)+as.factor(Drop.in.AIA) ,family=binomial(link="logit"),data=Attrition_data_2) summary(newlogit3) to predict I have a have used the code Test_data_1011 <- read.csv(file="TEST DATA_10_11.csv", header = TRUE, sep = ",", row.names = "employee_id", stringsAsFactors = TRUE) pred3 = predict(newlogit3,Test_data_1011 ,type = "response") Warm regards, Dwaipayan American Express made the following annotations...