PHP script for calculating Krippendorff's Alpha

China☆狼群 提交于 2019-12-12 14:07:34

问题


I can't find any PHP script to compute Krippendorff's Alpha. I need this for a project I'm working on, but the only things that I was able to find online are either written in Python (that I know nothing of) or are for SAS/SPSS software suites.

Any help is appreciated.

Thanks!


回答1:


PHP and Perl syntax are quite similar. Here's the Perl script from the ALPHA resource page. I am sure you know how to convert the for loops/etc in Perl to PHP. If you are unsure about the syntax, search the Perl docs or internet and find the equivalent in PHP. You should be able to develop an equivalent PHP script by looking at the sample Perl one.




回答2:


This is my javascript library for Krippendorff's Alpha. The detail instruction could be found in README.md. Hope it could help.



来源:https://stackoverflow.com/questions/2350409/php-script-for-calculating-krippendorffs-alpha

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!