DATA Subcommand (BAYES ONESAMPLE: Poisson command)

DATA specifies the set parameters for the estimation of Bayes factors. At least one /DATA subcommand is required to run the analysis. Multiple DATA subcommands are allowed.

VARIABLES = sublist. Specify the variables to use for the procedure. The parameter is required. The available variables are a subset of the original variable list. Each variable in the list is analyzed.

NULLPRIORPARAM = value1 value 2. Specify the shape parameter a0 and the scale parameter b0 under the null hypothesis of Poisson inference. Valid when DISTRIBUTION= POISSION. The support range is value1,value2 > 0.

ALTERPRIORPARAM = value1 value 2. Specify a1 and b1 under the alternative hypothesis of Poisson inference if Bayes factor is to be estimated. The support range is the same as those in NULLPRIORPARAM. The parameter is valid when DISTRIBUTION = POISSON. The support range is value1,value2 > 0.