donnerhom {kaphom}R Documentation

Donner GOF test for homogeneity of kappa statistics

Description

Donner GOF test for homogeneity of kappa statistics

Usage

    donnerhom(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 Donner GOF 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)

    donnerhom(pp,pm,mm)

[Package kaphom version 0.3 Index]