SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
  • 1.  Output in V29 for multi-level model

    Posted Wed September 06, 2023 10:58 AM

    I have just updated a syntax for a multi-level model that I previously ran in version 28 and then gone on to run it again in V29. In the V28 version I got a table of fixed co-efficients displaying the odds ratios (& 95% CIs) for associations. In the V29 version however I do not get this. Please could someone advise how to access this? Clearly the display has changed for the output in V29 - to now include a model viewer (where you click on images to display elements of the output) but none of the available options give me this table. Any help would be much appreciated! 



    ------------------------------
    Katie Newby
    ------------------------------


  • 2.  RE: Output in V29 for multi-level model

    Posted Wed September 06, 2023 06:19 PM
    Which procedure are you running?--





  • 3.  RE: Output in V29 for multi-level model

    Posted Thu September 07, 2023 04:09 AM

    Hi Jon, its a binary logistic regression. If you could help that would be great! 



    ------------------------------
    Katie Newby
    ------------------------------



  • 4.  RE: Output in V29 for multi-level model

    Posted Thu September 07, 2023 09:04 AM
    But which procedure did you use?  What is the command?  You could just post the syntax.

    --





  • 5.  RE: Output in V29 for multi-level model

    Posted Thu September 07, 2023 09:09 AM

    Ah, apologies, here you go:

    GENLINMIXED
      /DATA_STRUCTURE SUBJECTS=Local_Authority
      /FIELDS TARGET=Date_of_first_consultation_recorded TRIALS=NONE OFFSET=NONE
      /TARGET_OPTIONS DISTRIBUTION=BINOMIAL LINK=LOGIT
      /FIXED  EFFECTS=IMD_Quintile Age_at_ref2 Gender2 Pathways_5 Cohort_two_groups ref_recode2 USE_INTERCEPT=TRUE
      /RANDOM EFFECTS=IMD_Quintile Age_at_ref2 Gender2 Pathways_5 Cohort_two_groups ref_recode2 USE_INTERCEPT=TRUE 
        SUBJECTS=Local_Authority COVARIANCE_TYPE=VARIANCE_COMPONENTS SOLUTION=FALSE 
      /BUILD_OPTIONS TARGET_CATEGORY_ORDER=DESCENDING INPUTS_CATEGORY_ORDER=DESCENDING 
        MAX_ITERATIONS=100 CONFIDENCE_LEVEL=95 DF_METHOD=RESIDUAL COVB=MODEL PCONVERGE=0.000001(ABSOLUTE) 
        SCORING=0 SINGULAR=0.000000000001
      /EMMEANS_OPTIONS SCALE=ORIGINAL PADJUST=LSD.



    ------------------------------
    Katie Newby
    ------------------------------



  • 6.  RE: Output in V29 for multi-level model

    Posted Thu September 07, 2023 01:14 PM

    Hi @Katie Newby. It sounds like your ODISPLAY got set to MODELVIEWER somehow. In v29 the default should be TABLES. 

    Try running a SHOW ODISPLAY syntax command to see if your output display is set to MODELVIEWER. If it is, run a SET ODISPLAY TABLES command to change the output back to TABLES.

    Hope this helps,



    ------------------------------
    Curtis Browning
    SPSS Statistics Architect
    ------------------------------



  • 7.  RE: Output in V29 for multi-level model

    Posted Fri September 08, 2023 04:36 AM

    Hi Curtis, thank you so much for that! sorted! Katie



    ------------------------------
    Katie Newby
    ------------------------------