WEIGHTED KAPPA

WEIGHTED KAPPA is available in Statistics Base Edition.

WEIGHTED KAPPA is an important generalization of the kappa statistic that measures the agreement of two ordinal subjects with identical categories.

Syntax chart

WEIGHTED KAPPA {varlist} {varlist1 BY varlist2}
     [ /MISSING
          [ CLASSMISSING ={TABLE∗∗} {INCLUDE}] ]
     [ /CRITERIA
          [ ASYMPTOTICCILEVEL ={95∗∗} {value}]
          [ WEIGHTING ={LINEAR∗∗} {QUADRATIC}]
          [ IGNORECASE ={FALSE∗∗} {TRUE}] ]
     [ /PRINT
          [ TABULATION({ALL} {varlist1_subset BY varlist2_subset}) ]
          [ CASE({UPPER∗∗} {LOWER}) ]
          [ ORDER({ASCENDING∗∗} {DESCENDING}) ] ]

**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.

Syntax for the WEIGHTED KAPPA command can be generated from the Weighted Kappa dialog.

Release History

Release 27.0

Example

WEIGHTED KAPPA  {varlist} {varlist1 BY varlist2}