SPSS Statistics

SPSS Statistics

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

 View Only
  • 1.  RDA Analysis

    Posted Fri April 23, 2021 10:37 AM

    Anyone know if there is Redundancy Analysis (RDA) in SPSS Statistics? Thanks






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: RDA Analysis

    Posted Thu April 29, 2021 01:18 AM

    There are a couple of ways to get a redundancy analysis. One is through a macro installed with the Examples data. See https://www.ibm.com/docs/en/spss-statistics/27.0.0?topic=macros-canonical-correlation-macro for the instructions on using this macro.

    The other option is the old MANOVA procedure, which is also available only via syntax. An example would be:

    MANOVA y1 y2 y3 WITH x1 x2 x3 x4

    /DISCRIM ALL.

    The output of primary interest is in the sections "Variance in dependent variables explained by canonical variables" and "Variance in covariates explained by canonical variables".






    #SPSSStatistics
    #Support
    #SupportMigration