Overview (BAYES REPEATED command)
BAYES REGRESSION {variable_list}
invokes the Bayesian One-way Repeated Measures
ANOVA procedure, and specifies the variables for repeated measures. Different variables are
separated by a blank space. The variable_list
value must be ≥ 2.
Options
- Analysis options
- You can specify the significance level for computing credible intervals and the tolerance value for numerical methods.
- Model design
- You can specify the model design for the analysis, which includes repeated measure variables and regression weights.
- Bayesian analysis method
- You can specify
POSTERIOR
,BAYESFACTOR
, orBOTH
. - Bayes factor settings
- You can specify the approach that is used to estimate the Bayes factor.
- Output plots
- You can control the plots that are output.
Basic specification
BAYES REGRESSION {variable_list}
invokes the Bayesian One-way Repeated Measures ANOVA procedure, and specifies the variables for repeated measures.
Subcommand order
- The subcommands can be named in any order.
Syntax rules
- Only one regression weight variable is allowed.
- The
variable_list
value must be ≥ 2. - For the
/PLOT
subcommand,group_list
must be either a subset of, or the same as,variable_list
.