BAYES ANOVA

BAYES ANOVA is available in SPSS® Statistics Standard Edition or the Advanced Statistics Option.

BAYES ANOVA dependent varname BY factor
     /CRITERIA
          CILEVEL = {95**} {value}
          TOL = {0.000001**} {value}
          MAXITER = {500**} {integer}
     /DESIGN
          REGWGT = {varname}††
     /INFERENCE
          ANALYSIS = {POSTERIOR**} {BAYESFACTOR} {BOTH}
     /ESTBF
          COMPUTATION = {JZS**} {ZELLNER(value)} {HYPER(3**{value})} {ROUDER(1** {value})}
     /PRIOR
          TYPE = {REFERENCE**} {CONJUGATE}
          SHAPEPARAM = {value}
          SCALEPARAM = {value}
          MEANVECTOR = {values}
          VMATRIX = {IDENTITY**} {lower_triangular_matrix}
     /PLOT
          MEANS = {group_list}
          ERRORVAR = {FALSE**} {TRUE}

** Default if the subcommand or keyword is omitted.

†† Only one regression weight variable is allowed.

This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.

Release History

Release 25.0
  • Command introduced