[R] Error message using mi() in mi package

2010-07-06 Thread Andrew Miles
Hello! I get the following message when I run the mi() function from the mi package. Error while imputing variable: c3 , model: mi.polr Error in eval(expr, envir, enclos) : could not find function c14ordered Here's the situation: I am running R v. 2.9.2 on Mac OSX v. 10.5.8. I am

Re: [R] Error message using mi() in mi package

2010-07-06 Thread Peter Ehlers
On 2010-07-06 10:37, Andrew Miles wrote: Hello! I get the following message when I run the mi() function from the mi package. Error while imputing variable: c3 , model: mi.polr Error in eval(expr, envir, enclos) : could not find function c14ordered Here's the situation: I am running R v.

Re: [R] Error message using mi() in mi package

2010-07-06 Thread Andrew Miles
On Jul 6, 2010, at 1:30 PM, Peter Ehlers wrote: On 2010-07-06 10:37, Andrew Miles wrote: Hello! I get the following message when I run the mi() function from the mi package. Error while imputing variable: c3 , model: mi.polr Error in eval(expr, envir, enclos) : could not find function

Re: [R] Error message using mi() in mi package

2010-07-06 Thread Erik Iverson
This looks suspiciously like a syntax problem. I would get my text editor to search for 'c14ordered' in the code. You might have missed some punctuation. -Peter Ehlers A good thought. I checked my own code (the stuff coding the data and using the mi package) and, for good measure, the

Re: [R] Error message using mi() in mi package

2010-07-06 Thread Andrew Miles
On Jul 6, 2010, at 2:15 PM, Erik Iverson wrote: This looks suspiciously like a syntax problem. I would get my text editor to search for 'c14ordered' in the code. You might have missed some punctuation. -Peter Ehlers A good thought. I checked my own code (the stuff coding the data and