Re: [R] Error while using e1071 package

2015-12-08 Thread Jim Lemon
Hi Partha, Probably the first thing to be done is to see what: object$tables really is. The error message tells you that either "v" has become larger than the number of elements in the list/data frame "tables" or that "nd" has become larger than the number of columns in the element "v" (or both).

[R] Error while using e1071 package

2015-12-08 Thread Partha Sinha
I am using R 3.2.2 on win-7 while using predict function with e1071 (naive bayes classifier) I am getting the following error "Error in object$tables[[v]][, nd] : subscript out of bounds" pl help. regards Parth __ R-help@r-project.org mailing list --