What does “Error: object ‘‘ not found” mean?

I got the error message:

Error: object ‘x’ not found

Or a more complex version like

Error in mean(x) : error in evaluating the argument ‘x’ in selecting a method for function ‘mean’: Error: object ‘x’ not found

What does this mean?

Leave a Comment