corrmorrant: better correlation plots with ggplot2

preview_player
Показать описание
The new corrmorrant #ggplot2 extension makes it easy to make #Correlation plots in #R, a critical skill for exploratory data analysis (EDA). We'll use corrmorrant to:

1. Make quick correlation plots in 1 line of code
2. Extend ggplot with the grammar for correlation plotting

GET THE CODE SHOWN IN THE VIDEO:

Tired of SLOW OR STAGNANT data science learning?

MY COURSES WILL SKYROCKET 🚀 YOUR CAREER IN WEEKS:

TABLE OF CONTENTS
00:00 Introduction to Corrmorrant
00:35 Project Setup
01:00 Installation & Key Libraries
01:43 The mpg dataset
02:08 Make quick correlation plots
03:51 The ggplot2 API for correlation plots
05:23 Correlations with groups
Рекомендации по теме
Комментарии
Автор

Thanks for posting Matt, these Tuesday Tips are great at reminding me of packages I don't use often or new packages I should learn.

jgeise
Автор

The ggplot2 package has been updated.
Could the author of corrmorant package update the code in accordance with the newest ggplot2 package? Thank you.

elbertkendricks
Автор

Looks cool but how much different it is from GGally’s ggpairs?

mohsinramay
Автор

Can I put the p-value and the spearman correlation at the top of the diagonal at the same time? How?

alejandrotrujillo
Автор

Thanks a lot for corrmoate sugget; a great package. I had a little problem showing up: My variable-names are quite long. Can put an 90 degree angle to all the axis to flip the names?

Peter_Ache
Автор

Thanks. However, I got the following message while installing the first package. Please suggest to me how I solve it. Thanks in advance.
package ‘fansi’ successfully unpacked and MD5 sums checked
Error: Failed to install 'corrmorant' from GitHub:
(converted from warning) cannot remove prior installation of package ‘fansi’

md.moyazzemhossain