Error: evaluation nested too deeply:

Welcome to the forum for R2MLwiN users. Feel free to post your question about R2MLwiN here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to R2MLwiN: Running MLwiN from within R >> http://www.bris.ac.uk/cmm/software/r2mlwin/
Post Reply
adeldaoud
Posts: 63
Joined: Sat Aug 15, 2015 4:00 pm

Error: evaluation nested too deeply:

Post by adeldaoud »

Hi

I am getting the following error wehn I try to print the following object result.l_imf.lpm (a list of R2mlwin objects).

Code: Select all

> result.l_imf.lpm
[[1]]
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Error during wrapup: evaluation nested too deeply: infinite recursion / options(expressions=)?
> result.l_imf.lpm[[1]]
works ok!
I am getting this error only sometimes which seems to indicate that it depends on the order in which I am loading various packages into my R environment. Any clues?

I can still call the elements of the list by result.l_imf.lpm[[1]] etc., which works fine.

Thanks in advance
Post Reply