Displaying 1 result from an estimated 1 matches for "cashback_r".
Did you mean:
cashback
2006 Jun 18
1
bug with boot.sw98 function (PR#8999)
...you in advance for your cooperation.
Regards,
Nuno
PS here is a transcript of the script I'm using
library(FEAR)
abc <- read.csv("Jul_data.csv",header=TRUE)
x=matrix(nrow=1,ncol=39182)
x[1,]=abc$apr_repayment
y=matrix(nrow=7,ncol=39182)
y[1,]=abc$pcadv
y[2,]=abc$until
y[3,]=abc$cashback_rate
y[4,]=abc$self_certify_ind_d
y[5,]=abc$incentive_ind_d
y[6,]=abc$features_1
y[7,]=abc$discount
dhat=dea(XOBS=x,YOBS=y,RTS=3,ORIENTATION=2)
boot.sw98(XOBS=x,YOBS=y,NREP=100,DHAT=dhat,RTS=3,ORIENTATION=2)