Albert Y. Kim

Results 29 comments of Albert Y. Kim

While I agree this would be nice to have, IMO the juice isn't worth the squeeze of figuring out how to program it

Hi Roger, thanks for posting this. We can look into this. I'm tagging @echasnovski who wrote this function, however I'm not entirely sure how responsive he can be these days.

Based it on this code on [GitHub Gist](https://gist.github.com/rudeboybert/9905f44013c18d6add279cf13ab8e398)

Punted to Fall 2019 when @rudeboybert teaches multiple regression

Hmm, not sure about the tidy data frame tho, as I feel it deviates too much from the much more standard correlation matrix format, which IMO is easier to read....

Also throwing an error message if one of the RHS variables is categorical `fct` or `chr` "Correlation coefficients only exist between numerical variables."

From @ismayc: Looks like we might be able to use the `pairwise_cor()` function in {widyr} to do pairwise correlations if you want: https://cran.r-project.org/web/packages/widyr/vignettes/intro.html. We can even create a wrapper so...

This roots in how tibbles are "opinionatedly" printed in the console as described [here](https://community.rstudio.com/t/why-are-some-digits-in-the-tibble-output-faded-out-in-the-r-console-display/4330/19). tl;dr: The first 3 significant figures/digits represent >99.9% of the value of a number, so all...

We currently import `rep_sample_n()` from infer. The development branch of infer has the update, but it's not on CRAN yet: https://github.com/tidymodels/infer/pull/325. You ok with waiting until this is updated?