Displaying 2 results from an estimated 2 matches for "ccsest".
Did you mean:
ccdest
2012 May 24
1
Issues while using “lift.chart” and “adjProbScore” function from ”BCA” library
.... In my case input
variables and target variables are going to change dynamically, so have to
used formula as formula object as derived.
Below is the sample code, taken from the package document to illustrate the
issues
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")...
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