Displaying 2 results from an estimated 2 matches for "ccsval".
2012 May 24
1
Issues while using “lift.chart” and “adjProbScore” function from ”BCA” library
...sues
library(BCA)
data(CCS)
CCS$Sample <- create.samples(CCS, est=0.4, val=0.4)
CCSEst <- CCS[CCS$Sample == "Estimation",]
#Fit glm model with formula written as text
CCS.glm <- glm(MonthGive ~ DonPerYear + LastDonAmt + Region + YearsGive,
family=binomial(logit), data=CCSEst)
CCSVal <- CCS[CCS$Sample == "Validation",]
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 ~ DonPerY...
2002 Jul 12
2
R GUI and object browser
>Date: Fri, 12 Jul 2002 08:35:26 -0700 (PDT)
>From: Thomas Lumley <tlumley at u.washington.edu>
>To: Patrick Connolly <p.connolly at hortresearch.co.nz>
>cc: R-help <r-help at stat.math.ethz.ch>
>Subject: Re: [R] R GUI and object browser
>MIME-Version: 1.0
>
>On Fri, 12 Jul 2002, Patrick Connolly wrote:
>>
>>
>> I wrote my function some