An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070626/3786926d/attachment.pl
inter-rater agreement index kappa
3 messages · Nair, Murlidharan T, Christophe Pallier, Dylan Beaudette
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070626/6ada72f6/attachment.pl
On Tuesday 26 June 2007 10:14, Nair, Murlidharan T wrote:
Is there a function that calculates the inter-rater agreement index (kappa) in R? Thanks ../Murli
I have found a couple useful approaches: # PCC, kappa, rand index require(e1701) classAgreement(2x2.table) # kendall's tau cor(x,y, method='kendall') cheers,
Dylan Beaudette Soils and Biogeochemistry Graduate Group University of California at Davis 530.754.7341