CRITERIA Subcommand (FLEISS MULTIRATER KAPPA command)

CRITERIA controls the asymptotic confidence intervals and case sensitivity for string variables.

ASYMPTOTIC_CILEVEL
An optional keyword that specifies the significance level for the asymptotic confidence intervals. Must be a single double value in (0,100) with /CRITERIA ASYMPTOTIC_CILEVEL = 95 as the default.
IGNORE_CASE
An optional keyword that controls whether or not the string variables are case sensitive. /CRITERIA IGNORECASE=FALSE is the default setting, which indicates that the strings are case sensitive. When /CRITERIA IGNORECASE=TRUE is specified, the strings are not case sensitive.

Example

FLEISS MULTIRATER KAPPA
     /VARIABLES=accid pop
     /CRITERIA IGNORE_CASE=FALSE ASYMPTOTIC_CILEVEL=95.