Skip to content

Releases: easystats/performance

performance 0.10.0

03 Oct 14:36
62817c2
Compare
Choose a tag to compare

Breaking Change

  • The minimum needed R version has been bumped to 3.6.

  • The alias performance_lrt() was removed. Use test_lrt() resp.
    test_likelihoodratio().

New functions

  • Following functions were moved from package parameters to performance:
    check_sphericity_bartlett(), check_kmo(), check_factorstructure() and
    check_clusterstructure().

Changes to functions

  • check_normality(), check_homogeneity() and check_symmetry() now works
    for htest objects.

  • Print method for check_outliers() changed significantly: now states the
    methods, thresholds, and variables used, reports outliers per variable (for
    univariate methods) as well as any observation flagged for several
    variables/methods. Includes a new optional ID argument to add along the
    row number in the output (@rempsyc #443).

  • check_outliers() now uses more conventional outlier thresholds. The IQR
    and confidence interval methods now gain improved distance scores that
    are continuous instead of discrete.

Bug Fixes

  • Fixed wrong z-score values when using a vector instead of a data frame in
    check_outliers() (#476).

  • Fixed cronbachs_alpha() for objects from parameters::principal_component().

performance 0.9.2

10 Aug 12:02
f0bfe19
Compare
Choose a tag to compare
Merge pull request #465 from easystats/cran_release_0_9_2

on CRAN

performance 0.7.1

19 Apr 13:45
Compare
Choose a tag to compare

Release for JOSS paper.

performance 0.4.8

27 Jul 07:54
Compare
Choose a tag to compare

performance 0.4.7

20 Jul 09:32
Compare
Choose a tag to compare

performance 0.4.2

11 Dec 10:49
Compare
Choose a tag to compare
prepare cran release

performance 0.4.0

21 Oct 22:10
Compare
Choose a tag to compare
check fixes