CRITERIA Subcommand (ONEWAY command)
The optional
CRIERIA
subcommand controls the significance level to estimate the
confidence intervals. The CILEVEL keyword controls the significance level to
estimate the confidence intervals. The specified number must be a single numerical value between 0
and 1, with 0.95 as the default setting.Note: CILEVEL
resets the confidence interval value for both the descriptive statistics and the effect
sizes.
Example
ONEWAY perform BY group
/MISSING ANALYSIS
/STATISTICS HOMOGENEITY
/PLOT MEANS
/TEMPLATE='/templates/mytemplate.sgt'.
/CRITERIA = CILEVEL(0.95)