lscorehom: Likelihood Score test for homogeneity of kappa statistics

Description Usage Arguments Details Value Author(s) Examples

Description

Likelihood Score test for homogeneity of kappa statistics

Usage

1
    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

1
2
3
4
5
6
7
    library(kaphom)

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

    lscorehom(pp,pm,mm)

kaphom documentation built on May 2, 2019, 5:39 a.m.

Related to lscorehom in kaphom...