correlation 0.2.1
Changes
- Added confidence intervals CI support for Spearman and Kendall (#80)
- Improved documentation (#45, #63)
Bug fixes
- Removed CI threshold column from
distance_mahalanobis()
- Fixed bug (#76)
correlation 0.2.0
Changes
Bug fixes
correlation 0.1.0
Changes
- Initial CRAN release.
- Add
plot()-method for summary().
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).