runehaubo / lmerTestR

Repository for the R-package lmerTest
48 stars 9 forks source link

lmerModLmerTest call object has a character string instead of a formula object in the formula slot #47

Open Shotgunosine opened 2 years ago

Shotgunosine commented 2 years ago

I'm not sure how fixable this issue is, but I just found that lmerModLmerTest's call object has a character string of the formula instead of a formula object in the formula slot. This causes simr to fail when passed an lmerModLmerTest object instead of an lmerMod object, https://github.com/pitakakariki/simr/issues/230. I'm not a dev on simr, just a user who bumped into the issue, I'm raising it here in case it's an easy fix.