Re: [R] Error in adabag

2018-01-01 Thread Jeff Newmiller
Not reproducible [1][2][3]. (Missing references to packages and "b" data frame.) Also, posting with html format makes extracting your code unreliable, so set your email program to send plain text for this mailing list. [1]

[R] Error in adabag

2018-01-01 Thread greg holly
Hi all; Happy new year. I have got the following error rror in if (nrow(object$splits) > 0) { : argument is of length zero when I am running the following codes. train <- c(sample(1:27,18), sample(28:54, 18), sample(55:81, 8)) a2011.adaboost <- boosting(median_kod ~ ., data = b[train, ],