Re: [R] Problem with storing a sequence of lmer() model fit into a list

2009-06-22 Thread Rolf Turner
(a) Your code is unnecessarily convoluted. (b) The example of things *not* working is not reproducible. (Read the posting guide!!!) (c) Nonetheless the phenomenon you describe is weird/interesting. On my system, the following runs without error: fit.list <- NULL a <- factor(rep(1:10,each=

[R] Problem with storing a sequence of lmer() model fit into a list

2009-06-22 Thread Sean Zhang
Dear R-helpers: May I ask a question related to storing a number of lmer model fit into a list. Basically, I have a for-loop (see towards the bottom of this email) in the loop, I am very sure that the i-th model fit (i.e.,fit_i) is successfully generated and the character string (i.e., tmp_i) is c