BAYES REGRESSION salary WITH educ prevexp
/CRITERIA CILEVEL = 95
/DESIGN COVARIATES = educ prevexp
/INFERENCE ANALYSIS = BAYESFACTOR
/PRIOR TYPE = REFERENCE .
- CRITERIA specifies that the significance level for computing credible
intervals (CILEVEL) is set to the default value of 95.
- DESIGN specifies the model design for the analysis. The example uses the
educ and prevexp as the scale variables.
- INFERENCE specifies the distribution for the analysis. The example uses
Estimate Bayes Factor (BAYESFACTOR) as the ANALYSIS
method.
- PRIOR specifies the prior distribution.