Skip to content
Prev 12576 / 20628 Next

lme4

Ebi Safaie <safaie124 at ...> writes:
that's good -- that means that your model is at least
bounded away from zero for constrained parameters.
These warnings do suggest that your model is at the very least
unstably fitted. You could try some of the strategies listed
at 

http://rpubs.com/bbolker/lme4trouble1

to reassure yourself that the model fit is in fact OK.

I want to emphasize again that your model is **not** actually
fitting worse than it did before/with previous versions; rather,
the default warning level has been turned up so that you're
getting more warnings than before.
Comparing previous results just for these terms --

previous
                                 est     stderr       Z        P
cgroup:cgrammaticality        1.5796     0.3586   4.404 1.06e-05 *** 
cgroup:cgrammaticality:       3.1326     1.3994   2.239   0.0252 *
  cHeadNoun:cVerbType

current

cgroup:cgrammaticality        1.57010    0.36695  4.279 1.88e-05 ***
cgroup:cgrammaticality:       3.15344    1.42351  2.215   0.0267 *
   cHeadNoun:cVerbType

As I said before, the new and old results
look the same to me for all practical
purposes.
Don't know what you mean here.  Are you trying to distinguish
which one has a larger effect?  Assuming all your predictors
are categorical (so that you don't have to worry about standardizing
units), the two-way interaction has a smaller _effect_ but also
smaller uncertainty, so it is more statistically significant.
Your table got somewhat mangled in transition to the mailing list,
but appears to be a slightly modified version of the summary() output,
with odds ratios and Wald confidence intervals on odds ratios (i.e.
based on exp(est +/- 1.96*std. err) appended).

   The questions about warning messages from lme4 and what to do
about them are on-topic for this list, but these questions about how to
interpret the fixed effects are pretty generic (e.g. they would
apply pretty much equivalently to a regular linear or generalized linear
model), and would be more appropriate for a more generic stats questions
venue such as CrossValidated <http://stats.stackexchange.com>

  sincerely
    Ben Bolker