Example (BAYES CORRELATION command)

BAYES CORRELATION
     /MISSING SCOPE = PAIRWISE
     /CRITERIA CILEVEL = 95
     /INFERENCE VARIABLES = salary salbegin jobtime ANALYSIS = BAYESFACTOR
     /ESTBF TYPE = JZS .
  • MISSING specifies how missing values are handled. The example specifies that missing values SCOPE is controlled PAIRWISE.
  • CRITERIA specifies that the significance level for computing credible intervals (CILEVEL) is set to the default value of 95.
  • INFERENCE specifies the distribution and variables for the analysis. The example uses the VARIABLES salary and salbegin, and uses estimate Bayes factor as the ANALYSIS method.
  • ESTBF specifies the method used to estimate the Bayes factor. The example uses the default JZS setting, which computes the JZS Bayes factor.