Displaying 1 result from an estimated 1 matches for "celoob".
Did you mean:
cello
2005 Jun 23
1
errorest
...imator=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=control.errorest(nboot=B),
predict=mypredict.lda)$error
ceLOOB[i]<-errorest(ytrain ~., data=mydata, model=lda, estimator=c("cv"),
est.para=control.errorest(k=cv.k,nboot=B), predict=mypredict.lda)$error
They worked. However, as I didn't specify "boot" in estimator, I am
wondering if "bootstrap" is still perfomred. I set n...