Displaying 2 results from an estimated 2 matches for "yvar1".
Did you mean:
var1
2010 Sep 08
5
Newbie cross tabulation issue
...ss cross tables for many variables and show the result in one table
who look like this?:
+----------------------------------------------------+
|------------------ | X variable |
|----------------- | Xop1 | Xop2 | Xop3|.....|
+----------------------------------------------------+
|Yvar1 | Total | %row..........................|
| | Op1 | %row..........................|
| | Op2 | %row..........................|
|+---------------------------------------------------+
|Yvar2 | Op1 | %row..........................|
| | Op2 | %row..............................
2012 May 24
1
Issues while using “lift.chart” and “adjProbScore” function from ”BCA” library
...Year + 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/FALSE needed
Is there any way out to use formula object in the model and using
?lift.chart? function
2. Issue using ?adjProbScore? function from the ?BCA? library.
(adjProbScore(model="CCS.glm", data=CCSVal1, targLevel="Yes",
true...