Displaying 1 result from an estimated 1 matches for "glm12".
Did you mean:
glm1
2012 May 24
1
Issues while using “lift.chart” and “adjProbScore” function from ”BCA” library
...lift.chart(c("CCS.glm"), data=CCSVal, targLevel="Yes",
trueResp=0.01, type="incremental", sub="Validation")
#Fit glm model with formula passed as formula object
fm <- as.formula("MonthGive ~ DonPerYear + LastDonAmt + Region + YearsGive")
CCS.glm12 <- glm(fm,family=binomial(logit), data=CCSEst)
lift.chart(c("CCS.glm12"), data=CCSVal, targLevel="Yes",
trueResp=0.01, type="incremental", sub="Validation")
Following error occurs,
Error in if (any(yvar1 != yvar1[1])) { :
missing value where TRUE/FALS...