Home / Store / Inter-Rater Reliability with SAS
Cover of Inter-Rater Reliability Using the SAS System, by Kilem Li Gwet, Ph.D.
PDF · SAS programs included

Inter-Rater Reliability Using the SAS System

Written to help researchers and students compute inter-rater reliability coefficients in SAS. For categorical ratings, it covers chance-corrected agreement coefficients — Cohen's Kappa, Gwet's AC1/AC2, Krippendorff's alpha, and others. For quantitative ratings, it covers several variants of the Intraclass Correlation Coefficient (ICC).

SAS downloads · Part 1

Chance-corrected agreement coefficients (CAC)

SAS/IML libraries plus the individual chapter programs that call them.

CAC SAS/IML libraries
agreecoeff2.sas

Analysis of contingency tables, no missing ratings.

agreecoeff3raw.sas

Analysis of raw ratings.

agreecoeff3dist.sas

Analysis of the distribution of raters by subject and category.

benchmarking.sas

Benchmarking agreement coefficients.

pairedttest.sas

Paired t-test for testing the difference of agreement coefficients for statistical significance.

weights.sas

Weight functions for generating predefined sets of weights.

CAC programs · Chapters 2 & 3
prg2contingency.sas

Basic program for computing Kappa from a contingency table.

prg2raw.sas

Basic program for computing Kappa from raw scores.

prg2xtab3cats.sas

Fixes the diagonal and imbalance problems.

prg2raw2r.sas

Fixes the diagonal and imbalance problems, raw-score version.

prg2freq.sas

The FREQ procedure with an unbalanced rating table.

prg2xtabiml.sas

Alternative agreement coefficients from a contingency table, using SAS/IML.

prg3raw.sas

Unweighted analysis of raw ratings using agreecoeff3raw.sas.

prg3dist.sas

Analyzing raw data using agreecoeff3dist.sas.

prg3wted.sas

Weighted agreement coefficients based on ordinal weights, using agreecoeff3raw.sas.

prg3missfreq.sas

Handling missing ratings with the MISSING option of the FREQ procedure.

prg3miss2raters.sas

Agreement coefficients for 2 raters with missing ratings — an alternative to FREQ.

prg3magree.sas

Fleiss' generalized Kappa and Gwet's AC1 via the MAGREE.SAS macro.

prg3raw10x4.sas

Unweighted analysis of Table 3.1 ratings using agreecoeff3raw.sas.

prg5pttest.sas

Testing the difference between two agreement coefficients for statistical significance.

prg5benchmark.sas

Cumulative membership probabilities for benchmarking agreement coefficients.

SAS downloads · Part 2

Intraclass correlation coefficients (ICC)

SAS/IML libraries plus the Chapter 4 programs that call them.

ICC SAS/IML libraries
icc1factor.sas

Intraclass correlation coefficients for one-factor models.

icc2x3.sas

Intraclass correlation coefficients for two-factor models.

ICC programs · Chapter 4
prg4shrout.sas

Using the INTRACC.SAS macro and Shrout & Fleiss (1979), Table 2.

prg4icc1.sas

ICC under the one-factor ANOVA model.

prg4icc2.sas

ICC under the two-way ANOVA model with random effects (Model 2).

prg4icc3.sas

ICC under the two-way ANOVA model with mixed effects (Model 3).

prg4finn.sas

Finn's agreement coefficient and its associated p-value.

← Back to Store