MISSING SCOPE Subcommand (BAYES ONESAMPLE: Poisson 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 = POISSON VARIABLES = prevexp ANALYSIS = BOTH
/DATA VARIABLES = prevexp NULLPRIORPARAM = 1 1 ALTERPRIORPARAM = 0.5 1
/PRIOR TYPE = CONJUGATE(0.5 0) .
- 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.