FLEISS MULTIRATER KAPPA

FLEISS MULTIRATER KAPPA {variable_list} is a command that estimates interrater agreement using the Fleiss modification of kappa for multiple raters. The command names all the variables to be used in the FLEISS MULTIRATER KAPPA procedure. The command assesses the interrater agreement to determine the reliability among the various raters.

FLEISS MULTIRATER KAPPA {variable_list}
     [ /MISSING
          [ CLASSMISSING ={EXCLUDE**} {INCLUDE}] ]
     [ /CRITERIA
          [ ASYMPTOTICCILEVEL ={95**} {value}]
          [ IGNORECASE ={FALSE**} {TRUE}] ]
     [ /PRINT
          [ CATEGORY ]
          [ CASE({UPPER**} {LOWER}) ] ]

** Default if the subcommand or keyword is omitted.

This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.

Release History

May 2019 update

  • Command introduced