Skip to content

Releases: jmgirard/mReliability

mReliability v3.2.2

15 Dec 21:41
Compare
Choose a tag to compare

Fixed a bug in the calculation of weights when the provided categories were integers (#7)

mReliability v3.2.1

07 Dec 17:34
Compare
Choose a tag to compare

Fixed bug in the calculation of expected chance agreement in mALPHAK in the case of missing data (#6)

mReliability v3.2.0

14 May 11:54
Compare
Choose a tag to compare

Add new mDES function for standardized mean difference effect sizes
Replace mCONTINGENCY with mBINARY
Replace mMEANERROR with mABSERROR
Modify functions to allow them to be used with bootci() function

mReliability v3.1.0

13 May 23:38
Compare
Choose a tag to compare

Added the mCONTINGENCY function for calculating measures derived from a 2x2 contingency table
Added the mMEANERROR function for calculating measures derived from mean absolute error and root mean square error
Fixed a bug in mKAPPA that prevented it from running correctly

mReliability v3.0.0

10 May 22:08
801e618
Compare
Choose a tag to compare

Replaced all functions with fast vectorized versions
Added a function for calculating observed agreement
Updated specific agreement to accept a weighting scheme
Moved weighting scheme to a separate (required) function
Changed the available weighting scheme options to identity, linear, or quadratic

mReliability v2.1.1

09 Dec 16:51
04031ac
Compare
Choose a tag to compare

Fixed a bug in the calculation of confidence intervals for ICC_A_k

mReliability v2.1.0

05 Mar 21:08
Compare
Choose a tag to compare

Added Aickin's alpha coefficient and the specific agreement coefficient

mReliability v2.0.0

26 Feb 21:54
Compare
Choose a tag to compare

Now includes fast and full functions for all major chance-adjusted indices.
Fast versions are for two raters assigning items to two (dichotomous) categories.
Full versions are for multiple raters, multiple categories, and any weighting scheme.

mReliability v1.0.1

03 Oct 17:00
Compare
Choose a tag to compare

Patch to add the following functionality:

  • ICC functions now remove items containing missing values (represented by NaN)

mReliability v1.0.0

02 Oct 21:22
Compare
Choose a tag to compare

This is the initial release with MATLAB functions for the following:

  • Reliability Metrics for Categorical Coding Schemes
    • KAPPA_G = Gwet's Agreement Coefficient
    • KAPPA_Q = Free Marginal Agreement Coefficient
  • Reliability Metrics for Continuous Rating Scales
    • ICC_A_1 = Single Rater Agreement Intraclass Correlation Coefficient
    • ICC_A_k = Average Rater Agreement Intraclass Correlation Coefficient
    • ICC_C_1 = Single Rater Consistency Intraclass Correlation Coefficient
    • ICC_C_k = Average Rater Consistency Intraclass Correlation Coefficient