Login  Register

Re: REPEATED MIXED MODELS-post hoc tests/contrasts

Posted by Alexandra on Dec 30, 2014; 6:05pm
URL: http://spssx-discussion.165.s1.nabble.com/REPEATED-MIXED-MODELS-post-hoc-tests-contrasts-tp5728007p5728301.html

As you said, indeed the correlations between LSRT and anxiety in LL1 and LL2 are very similar, hence the plot shows almost parallel lines for these two list lengths. Only for LL3 the slope has a upward direction intersecting the regression lines for both LL2 and LL1. 

You also said this:
 "I also want to acknowledge that I am unsure of whether there are additional issues or considerations because you are looking at the interaction of a covariate with a repeated factor."

You wanted to mean that  I shouldn't search for these points of significance because I am looking at the interaction of a covariate with a repeated factor that could as you mentioned : " not have to be a possible anxiety scale score. "

I still tried to do what you recommended. So, in order to search for points of significance I should just look at the value at which there is an interaction between LL1-LL3 and LL2-LL3 and just write that value? for example if for the first interaction the plot shows an anxiety score between 10-20, I should just write the same command with every consecutive score from 10-20 and see when the mean is higher in LL3 compared to LL1? (that was obtained in the estimates of fixed effects-negative t result that shows a stronger relationship between anx-lsrt in the LL3 compared to LL1-is that correct???):

  /EMMEANS=TABLES(LISTLENGTH) with (Trait_anxiety=17).

The first smallest anx value in this range where the mean of LL1 is smaller that LL3 is when anx has the value 17. Is this the value for the first sign anx-ls rt interaction (by LL1-LL3)? how should I interpret this result? should I state the confidence intervals and the mean Rt for every list length? 
For the second interaction (LL2-LL3) the smallest value of anx where the same relationship appears (LL2<LL3) is for the value of 24 in anx (supported by the plot).  Every anx score beyond 24 leads to the same relationship L1<L2<L3 (LS RT means).

  I also have some questions concerning LLength. 
- When I run the LMM with List lenght as the repeated measure or only as a random slope, then the model does not acheive convergence. But when I  use only a random intercept and subject combinations (random option), convergence is achieved.  The resulting intercepts and betas from these models are slightly different, but they're all significant except for LLength's main effect. 
 
WITH REPEATED LLENGHT
MIXED LSRT BY LISTLENGTH gender WITH Trait_anxiety 
  /CRITERIA=CIN(95) MXITER(100) MXSTEP(10) SCORING(1) SINGULAR(0.000000000001) HCONVERGE(0, 
    ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE) 
  /FIXED=LISTLENGTH gender Trait_anxiety LISTLENGTH*Trait_anxiety | SSTYPE(3) 
  /METHOD=ML 
  /PRINT=SOLUTION TESTCOV 
  /RANDOM=INTERCEPT | SUBJECT(COD_subiect) COVTYPE(UN) 
  /REPEATED=LISTLENGTH | SUBJECT(COD_subiect) COVTYPE(UN).

WITHOUT REPEATED LLENGTH (BUT LLENGTH RANDOM SLOPE)
MIXED LSRT BY LISTLENGTH gender WITH Trait_anxiety 
  /CRITERIA=CIN(95) MXITER(100) MXSTEP(10) SCORING(1) SINGULAR(0.000000000001) HCONVERGE(0, 
    ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE) 
  /FIXED=LISTLENGTH gender Trait_anxiety LISTLENGTH*Trait_anxiety | SSTYPE(3) 
  /METHOD=ML 
  /PRINT=SOLUTION TESTCOV 
  /RANDOM=INTERCEPT LISTLENGTH | SUBJECT(COD_subiect) COVTYPE(UN)

ONLY WITH RANDOM INTERCEPT
MIXED LSRT BY LISTLENGTH gender WITH Trait_anxiety 
  /CRITERIA=CIN(95) MXITER(100) MXSTEP(10) SCORING(1) SINGULAR(0.000000000001) HCONVERGE(0, 
    ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE) 
  /FIXED=LISTLENGTH gender Trait_anxiety LISTLENGTH*Trait_anxiety | SSTYPE(3) 
  /METHOD=ML 
  /PRINT=SOLUTION TESTCOV 
  /RANDOM=INTERCEPT | SUBJECT(COD_subiect) COVTYPE(ID).
  
1) What's the difference between using LLength as REPEATED, RANDOM SLOPE or using just a random intercept with subject combinations? 

2) I still wonder, does it make sense to look for the Llength-anx interaction when LLength's main effect becomes insignificant when I introduce the interaction in the model. Before using the interaction, Llength's effect is sign.