• Add universal tolerance limits function: tolerance_limit
  • Add universal agreement limits function: agreement_limit
  • Add option to drop “CCC” calculation from agree_reps and agree_nest functions.
  • Added chisq type of confidence intervals for “Other” CIs for reli_stats and reli_aov
  • Fix to agree_np plot. (colors now align with order of LoA elements).
  • Added reli_aov function for sums of squares approach.
  • Minor cosmetic updates for jamovi submission.
  • Minor cosmetic changes to plots (transparent backgrounds)
  • Updated CV calculations for reli_stats with the cv_calc argument.
    • Options now included CV for the model residuals, mean-squared error (MSE), or for the standard error of measurement (SEM).
    • Parametric bootstrap CI for all “other” statistics (CV, SEM, SEE, and SEP)
  • Updated plots to include the delta argument on plot if specified, and estimate of LoA.
  • Line-of-identity plot now includes trend line from Deming regression rather than OLS.
  • Deming regression function (dem_reg) has been added to the package.
  • Agreement coefficients (agree_coef), otherwise known as
  • Added agreement coefficient function (agree_coef).
  • Added loa_lme function
    • loa_mixed now deprecated
    • loa_lme allows for heterogenous variance by condition
    • New function is faster and relies on parametric bootstrap
  • Assumptions checks are added for all “simple-agree” class results
    • Checks include: normality, heteroscedasticity, and proportional bias
  • Assumptions checks are added for all “simple-reli” class results
    • Checks include: normality and heteroscedasticity
  • All jamovi functions updated with new UI layout
  • Big thanks go to Greg Atkinson and Ivan Jukic for the many suggestions leading to this update.
  • Fixed error in agree_nest and agree_reps; now properly handles missing values
  • Remove dependencies on sjstats and cccrm packages
  • Fixes typos in jamovi/jmv functions
  • Adds more descriptive errors to jamovi output
  • Remove dontrun from examples in documentation
  • Add more details and references to the package’s functions