Displaying 1 result from an estimated 1 matches for "ce632".
2005 Jun 23
1
errorest
Hi,
I am using errorest function from ipred package.
I am hoping to perform "bootstrap 0.632+" and "bootstrap leave one out".
According to the manual page for errorest, i use the following command:
ce632[i]<-errorest(ytrain ~., data=mydata, model=lda,
estimator=c("boot","632plus"), predict=mypredict.lda)$error
It didn't work. I then tried the following two commands:
ce632[i]<-errorest(ytrain ~., data=mydata, model=lda,
estimator=c("632plus"), est.para=co...