lscorehom {kaphom}R Documentation

Likelihood Score test for homogeneity of kappa statistics

Description

Likelihood Score test for homogeneity of kappa statistics

Usage

    lscorehom(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 for each study

Details

This function can be used only for studies with binary output

Value

This function prints the Likelihood Score 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)

    lscorehom(pp,pm,mm)

[Package kaphom version 0.3 Index]