Problem with prediction

Hello guys, I have this error code:

Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 0, 212

Please help me, thanks!

It is very hard to guess what is causing the problem without more information. It seems you are trying to construct a data frame and one of the objects is empty, providing zero rows. Can you make a reproducible example?

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