pearsonhom {kaphom} | R Documentation |
Pearson GOF test for homogeneity of kappa statistics
Description
Pearson GOF test for homogeneity of kappa statistics
Usage
pearsonhom(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 Pearson 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)
pearsonhom(pp,pm,mm)
[Package kaphom version 0.3 Index]