correlation 0.4.0 Unreleased

Changes

  • Add “gaussian” rank method.
  • Add “gamma” method.
  • Add “hoeffding” method.
  • Add “blomqvist” method.

Bug fixes

correlation 0.3.0 2020-06-19

Changes

Bug fixes

correlation 0.2.1 2020-05-05

Changes

  • Added confidence intervals CI support for Spearman and Kendall (#80)
  • Improved documentation (#45, #63)

Bug fixes

correlation 0.2.0 2020-04-09

Changes

  • Some changes were made.

Bug fixes

  • Some bugs were fixed.

correlation 0.1.0 2020-03-16

Changes

Bug fixes

  • Fixed issue in correlation() for some edge cases when include_factors = TRUE.
  • Fixed issue in correlation() for correlation coefficients with less than four complete pairs of observations (in such cases, cor_test() now returns NA for the confidence intervals).