MISSING SCOPE Subcommand (BAYES ONESAMPLE: Binomial command)

MISSING specifies the method in which to control missing values. Missing values can be controlled test-by-test (ANALYSIS) or LISTWISE. The ANALYSIS option, the default setting, excludes records with missing values on a test-by-test basis. Records with missing values for a field that is used for a specific test are omitted from the test. The LISTWISE option excludes records with missing values listwise. Records with missing values for any field that is named on any subcommand are excluded from all analysis.

Example

BAYES ONESAMPLE
     /MISSING SCOPE = ANALYSIS
     /CRITERIA CILEVEL = 95
     /INFERENCE DISTRIBUTION = BINOMIAL VARIABLES = gender ANALYSIS = BAYESFACTOR
     /DATA VARIABLES = gender SUCCESS = LEVEL(f) ALTERPRIORPARAM = 5 5 .
  • The example excludes records with missing values on a test-by-test basis. Records that include missing values, for a field that is used for a specific test, are omitted from the test.