Changelog
Source:NEWS.md
SimplyAgree 0.3.0
- Add ehanced support for Deming regression.
- New function
deming_relifor reliability analysis using Deming regression. - Updated
dem_regfunction to include options for confidence intervals and plotting.
- New function
- Added more power and sample size determination functions for limits of agreement.
SimplyAgree 0.2.1
CRAN release: 2025-02-24
- Add sympercent options for log transformed results in
tolerance_limitandagreement_limit - Add argument to
agreement_limitto allow of asymptotic confidence intervals to avoid errors relatedemmeanscalculations- Only a problem for “big” data with > 1000 observations
- Small edit to
reli_statsdocumentation to remove references to BCa confidence intervals
SimplyAgree 0.2.0
CRAN release: 2024-03-21
- Add universal tolerance limits function:
tolerance_limit - Add universal agreement limits function:
agreement_limit
SimplyAgree 0.1.4
- Major error in SEP/SEE calculations. SD total calculation adjusted. See
vignette("reliability_analysis",package ="SimplyAgree")for details.
SimplyAgree 0.1.3
- Added
chisqtype of confidence intervals for “Other” CIs forreli_statsandreli_aov
SimplyAgree 0.1.2
CRAN release: 2022-12-14
- Fix to
agree_npplot. (colors now align with order of LoA elements). - Added
reli_aovfunction for sums of squares approach.
SimplyAgree 0.1.1
- Minor cosmetic updates for jamovi submission.
- Minor cosmetic changes to plots (transparent backgrounds)
SimplyAgree 0.1.0
CRAN release: 2022-08-24
- Updated CV calculations for
reli_statswith 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
deltaargument 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_lmefunction-
loa_mixednow deprecated -
loa_lmeallows 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.