search for: bottomloop

Displaying 1 result from an estimated 1 matches for "bottomloop".

Did you mean: bottomlogq
2012 Jun 15
0
argument "x" is missing, with no default - Please help find argument x
...owing error message : Error in toploop(ntrees = ntrees, ml.frame = ml.frame) : task 2 failed - "argument "x" is missing, with no default" as if it couldn't see the arguments. Long segment of actual code below. Thank you for your time and patience. Ross <code> bottomloop<-function(i=i, mtry=mtry, rownumber=rownumber, ntrees=ntrees, shuffled=shuffled) { require(party) require(epiR) test<-rownumber[[i]] train<-shuffled[shuffled!=test] cv.train <- ml.frame[train,] cv.evaluate <- ml.frame[test,] cv.model <- cforest(as.factor(remitter)~.,...