Error in cat(x, ..., sep = sep) : argument 1 (type 'list') cannot be handled by 'cat'

Hi,

While performing decision tree modelling on one of the dataset, I'm getting an error message as mentioned in quotes " Error in cat(x, ..., sep = sep) : argument 1 (type 'list') cannot be handled by 'cat' ". But, when plotting the tree model using plot(model name) along with text(model name) decision tree gets formed.

Screenshots attached for references.

There is no NA, no NULL, no Character values in any of the column.

Please help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.