SPSS Statistics

SPSS Statistics

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

 View Only
  • 1.  Anova 1 factor

    Posted Thu July 28, 2022 10:42 AM
    Anova 1 factor
    I wanna do analyse of means comparison by Anova 1 factor. The problem is that the qualitative factor does not appear in the list of variables to insert it. only the quantitative variables that appear.
    Thank you in advance for your comments


    ------------------------------
    khadija lachguer
    ------------------------------

    #SPSSStatistics


  • 2.  RE: Anova 1 factor

    Posted Thu July 28, 2022 02:43 PM
    Could you send me (marcantr@us.ibm.com) that SAV file so I can look at it? I can't tell from these pictures what might be going on. I am not having any such problem on my machine. Thanks.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 3.  RE: Anova 1 factor

    Posted Thu July 28, 2022 03:05 PM
    I can't read the images, because they are too small, but I suspect your factor is a string and you are using Oneway, which does not allow strings.  Use General Linear Model > Univariate or recode your variable to numeric using Autorecode.

    --





  • 4.  RE: Anova 1 factor

    Posted Thu July 28, 2022 06:36 PM
    Thanks for sending the data. You want to do something like Jon suggested below:

    GLM diametre BY Accession
     /METHOD=SSTYPE(3)
     /INTERCEPT=INCLUDE
     /CRITERIA=ALPHA(0.05)
    /DESIGN=Accession.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------