Added winsorize()
function.
Added winsorize
argument for Winsorized correlations.
Added method = "somers"
to correlation()
, to compute Somers’s Dxy rank correlation for binary outcomes.
New function display()
, to print output into different formats. Currently, only markdown is supported. print_md()
is an alias for display(format = "markdown")
.
cor_to_p()
that gave slightly different test statistics.Don’t error if less than 3 valid observations (#100).
Add “gaussian” rank method.
Add “gamma” method.
Add “hoeffding” method.
Add “blomqvist” method.
Added Method
column to Bayesian correlations.
Fix bug when robust=TRUE
(#87).
Added confidence intervals CI support for Spearman and Kendall (#80)
Improved documentation (#45, #63)
Removed CI threshold column from distance_mahalanobis()
Fixed bug (#76)
Initial CRAN release.
Add plot()
-method for summary()
.
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).