Skip to content
Prev 305711 / 398506 Next

"eval" inside a function call in connection with updating the data slot in the call of lmer

On Sep 17, 2012, at 3:26 PM, S?ren H?jsgaard wrote:

            
That will depend on how you offer that 6 letter sequence to the interpreter. Surrounded by quotes will be quite different than without quotes
The problem here is that 'beets2' is just a character vector ...  with no binding.

I'm wondering if you instead want:
          cl[["data"]] <-  get("beets2")
No guarantees. I'm not a particularly experienced surgeon of lmer-objects.