Re: [R] Debug command-how to use

2008-11-11 Thread Rahul-A.Agarwal
] Debug command-how to use What is 'debug' defined as? Include at least the assignment or 'str(debug)'. If you have not assigned anything to it, then 'debug' is a function in the basic set of R functions and may be giving you a message like: > if (debug) 1 Error

Re: [R] Debug command-how to use

2008-11-11 Thread jim holtman
What is 'debug' defined as? Include at least the assignment or 'str(debug)'. If you have not assigned anything to it, then 'debug' is a function in the basic set of R functions and may be giving you a message like: > if (debug) 1 Error in if (debug) 1 : argument is not interpretable as logical >