Skip to content
Prev 7164 / 20628 Next

False convergence in a mixed model.

staffan at ... <staffan at ...> writes:
the "1" is redundant (the intercept is included by default),
but also harmless
It depends: "enough data" can depend on the structure of
the data as well as the raw amount.

  See various discussions on this list of the potential
dangers of backward stepwise regression ...
Here is an example:
 
X    Y   Status
1.1  1.1 0
1.2  1.2 0
1.1  5   1
4.3  1.2 0
4.2  1.7 1
5.2  2.4 1
5.4  1.7 0
5.7  6.5 1
6.2  6.1 1
6.5  6.4 0

  If you plot this out, you'll see that if X and Y are
both small, then the Status is always zero.  This leads
to
can see the structure)
X  Y    survival size density trial 
1  391  0  3.41818181818182  8  A  
167.9  874  1  3.01785714285714  8  A  
40.6  874  1  2.95374013014014  8  A  
54.3  739  0  2.76363636363636  32  C  
27.7  903  1  2.85454545454545  32  C  
1  855  0  3.5  8  D  
54.7  796  0  3.12727272727273  32  C  
113.6  3  1  2.94545454545455  16  B  
32.5  863  0  3.09433962264151  32  C 
 283.5  808  0  3.07142857142857  8  D  
281.5  898  1  3.16363636363636  8  D
Can you post the full data set somewhere?