correlation icon indicating copy to clipboard operation
correlation copied to clipboard

:link: Methods for Correlation Analysis

Results 74 correlation issues
Sort by recently updated
recently updated
newest added

Note the following examples: ``` r res Parameter1 | Parameter2 | r | t | df | p | 95% CI | Method | n_Obs #> --------------------------------------------------------------------------------------- #> mpg |...

bug :bug:
docs :books:

See `n_Obs` element here. Instead of `32.00`, these should be `32`. ``` r library(correlation) as.list(correlation(mtcars)) #> r #> --- #> Parameter | carb | gear | am | vs |...

enhancement :boom:

Hello, Many thanks for your easystats project! In the latest version of correlation on CRAN, I encounter an unexpected behavior when including factors: ```r mtcars$am

what's your opinion :revolving_hearts:

I'm still new to the sandwich estimator and other population-average methods, but it seems like enabling the ability to combine these with correlation coefficients would be a nice feature for...

feature idea :fire:
low priority :sleeping:
3 investigators :grey_question::question:

I remember mentioning this somewhere, but I'll rephrase it here for future reference: Sometimes we want to correlate x and y, where x is, for instance, the mean score of...

feature idea :fire:

Currently I can only partialize by all the "other" selected columns (the ones that aren't part of the correlation). It would be nice to be able to "fix" which columns...

enhancement :boom:

See https://github.com/paulvanderlaken/ppsr Could be a method since it behaves similarly to correlations.

feature idea :fire:

I have no idea of the maths behind these methods, but it would be great to be able to do it using a Bayesian estimation. No idea how hard/easy this...

feature idea :fire:

Dear Dominick, First of all, thank you very much for your creating the correlation function. You guys are really filling a gap in both Psychology and Neurosciences. Well done! I...

feature idea :fire:

Similar to cor_to_pcor, just need to pass the cov matrix.

enhancement :boom: