fleisshom {kaphom}R Documentation

Fleiss test for homogeneity of kappa statistics

Description

Fleiss test for homogeneity of kappa statistics

Usage

    fleisshom(pp, pm, mm)

Arguments

pp

a number vector carrying the number of positive maching rates for each study

pm

a number vector carrying the number of non-maching rates for each study

mm

a number vector carrying the number of negative maching rates for each study

Details

This function can be used only for studies with binary output

Value

This function prints the Fleiss test statistic, P-value for hypothesis test of the statistic and whether the difference is statistically significant or not.

Author(s)

Muammer ALBAYRAK

Examples

    library(kaphom)

    pp <- c(11,26,22)
    pm <- c(6,5,14)
    mm <- c(22,10,39)

    fleisshom(pp,pm,mm)

[Package kaphom version 0.3 Index]