Skip to content

Errors occured

3 messages · Leaf Sun, Uwe Ligges, Roger Bivand

#
Hi all,

Has anybody have the experience in the errors:

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

This is the error occured in the middle of the program. I don't think the data frame has any problem, if there is problem with the program, why it happened in the middle?

Does anybody have such an experience? It seems so weird to me.

Thanks a lot!

Leaf
#
Leaf Sun wrote:
Well, do you really think we can help if you do not tell us anything
about your code?
Please read the psoting guide cited below and try to reformulate your
question after that... given you have not already found a solution after
reading the guide.

Uwe Ligges
1 day later
#
On Sun, 23 Oct 2005, Leaf Sun wrote:

            
Further to Uwe's advice, looking at the traceback() output may give you an 
idea of what is going wrong, and if your script is adequately written, 
using debug() on the function in which the error occurs will let you 
examine what is being passed to data.frame() before the error happens.