CRITERIA Subcommand Bland Altman command

/CRITERIA is an optional subcommand to specify the general criteria.

The Bland Altman analysis is available in Statistics Base Edition.

[ /CRITERIA
      [ SCOPE={ANALYSIS∗∗}{LISTWISE} ]
      [ CLASSMISSING={EXCLUDE∗∗}{INCLUDE} ]
      [ LOGTRANSFORM={FALSE∗∗}{TRUE} ]
      [ AGREEMENT_LIMITS={"95"∗∗}{value}{"TWOSD"}{"THREESD"} ]
      [ CILEVEL_AGREEMENT={95∗∗}{value} ]
      [ CILEVEL_MEANDIFF={95∗∗}{value} ]
      [ PERCENTAGE={FALSE∗∗}{TRUE} ]
]
SCOPE:
An optional parameter to control the treatment of missing values. ANALYSIS is the setting by default, which deletes the cases with missing values on pair-by-pair basis. A case with a missing value for either of the variables in a given pair is excluded from the analysis of that pair. LISTWISE excludes the cases with a missing value for any variable in effect.
LOGTRANSFORM:
An optional parameter to control the logarithmic transformation. FALSE is the setting by default, which does not apply the transformation. TRUE applies the transformation to all the variables in the analysis.
AGREEMENT_LIMITS:
An optional parameter to specify the level of the agreement limits. If a numeric value is specified, it must be a single one greater than 0 and less than 100. Two strings TWOSD and THREESD may also be assigned, which denote the agreement limits of two and three standard deviations, respectively. The default value is 95.
CILEVEL_AGREEMENT:
An optional parameter to specify the confidence interval level of the agreement limits. It must be a single and numeric value greater than 0 and less than 100. The default value is 95.
CILEVEL_MEANDIFF:
An optional parameter to specify the confidence interval level of the mean differences (as ratios or percentages). It must be a single and numeric value greater than 0 and less than100. The default value is 95.
PERCENTAGE:
An optional keyword to control the ratios as percentages. FALSE is setting by default, which does not convert ratios. If TRUE is specified, the ratios are converted to percentages in all table and chart outputs.