Skip to content

Package mice: Error in if (meth[j] != "") { : argument is of length zero

2 messages · Rita Carreira, Joshua Wiley

1 day later
#
On Fri, Apr 8, 2011 at 2:56 PM, Rita Carreira <ritacarreira at hotmail.com> wrote:
Without NewPrimal, we cannot reproduce what you are seeing (this is
where small sample datasets are helpful).
You can get more details right after the error by typing:

traceback()

a quick grep of the mice code suggests the error forcing an exit may
occur around line 155.  You might be able to do something like:

fix(mice)

and then add a browser() call in somewhere before line 155 and then
poke around to get a better sense of what is going on.

Cheers,

Josh