Тёмный

Scatter plot and Line plot in R (using ggplot2) 

Peeling Back Data
Подписаться 1,3 тыс.
Просмотров 44 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@nuriar4314
@nuriar4314 Месяц назад
I have been watchin 5+ hours of tutorials, you are the only one that taught how to get the equation. So... in a nutshell YOU rock!
@nuriar4314
@nuriar4314 Месяц назад
Question> is there a way to infer the equation directly from geom_smooth outputs?
@saadalhumaid3959
@saadalhumaid3959 Год назад
Very helpful tute buddy thank you from Saudi Arabia
@pandabareO_o
@pandabareO_o Год назад
thank you so much, I got a job in data science thanks to this liked and subscribed
@yijingwang7308
@yijingwang7308 Год назад
If I have replicates, how to deal with that?
@soumeng592
@soumeng592 2 года назад
I am using Rstudio 4.2.1 every time I am searching for the library ("diamonds"); it shows that "Error in the library("diamonds") : there is no package called ‘diamonds’". Please help me to solve this...
@MatisSSsitaM
@MatisSSsitaM 2 года назад
Diamonds dataset is a part of the ggplot2 package. I guess, you tried to open the Diamonds dataset before installing/loading the ggplot2 package? Try this: 1. Type the code and run it: install.packages(“ggplot2”) 2. Load the ggplot library: library(ggplot2) 3. Load the dataset: data(“diamonds”)
@wildonrp
@wildonrp 2 года назад
Excelente video amigo, felicitaciones y gracias por compartir
@anukulburanapratheprat7378
@anukulburanapratheprat7378 3 года назад
Thank you very much. This is really helpful.
@jamesly__vi1di
@jamesly__vi1di 4 года назад
ty subbed
@laurasofiabayona2288
@laurasofiabayona2288 3 года назад
you are such a great lecturer! ive watched 2 of your videos and you are brilliant and is so easy to understand you!!!
@peelingbackdata3907
@peelingbackdata3907 3 года назад
Thank you so much! I will try to create more videos soon!
@DrAamirAbbas
@DrAamirAbbas 3 года назад
Great work
@peelingbackdata3907
@peelingbackdata3907 3 года назад
Thank you! I am going to be releasing another video soon so keep an eye out for it.
@shohnazarhazratqulov6731
@shohnazarhazratqulov6731 3 года назад
Hello, thank you for video. But the package ‘ggpmisc’ is not available. How to install it?
@peelingbackdata3907
@peelingbackdata3907 3 года назад
Hi, thanks for watching the video! You should be able to install it using the command 'install.packages(ggpmisc)'. In my video "Introduction to ggplot in R" I discuss how to install a package if you want to look at that (about 35 seconds into the video).
@shohnazarhazratqulov6731
@shohnazarhazratqulov6731 3 года назад
@@peelingbackdata3907 thanks a lot!
@shohnazarhazratqulov6731
@shohnazarhazratqulov6731 3 года назад
@@peelingbackdata3907 could you please explain or do a video how to create two curves with correlation coefficient in one graph, in this video only one. If it is possible with p-value would be great! Thank you!
@peelingbackdata3907
@peelingbackdata3907 3 года назад
@@shohnazarhazratqulov6731 Hi yeah sure I would be happy to explain that! I will feature that at the end of my next video (which I should have out by the end of tomorrow).
@shohnazarhazratqulov6731
@shohnazarhazratqulov6731 3 года назад
​@@peelingbackdata3907 Thank you, I have already created two linear lines in one graph, but after calculating R>2 (correlation coefficient) the legend of ggplot is deleted , please explain how to do legend with (or after) calculating of R>2, and separate R>2 for each linear lines
@bepppi
@bepppi 4 года назад
hello .
@peelingbackdata3907
@peelingbackdata3907 4 года назад
Hi!
Далее
Bar and Column Graphs in R (using ggplot2)
20:28
Просмотров 10 тыс.
Introduction to ggplot in R
14:02
Просмотров 9 тыс.
Airpod Through Glass Trick! 😱 #shorts
00:19
Просмотров 2,3 млн
Scatterplots and regression lines in R
15:00
Просмотров 10 тыс.
How to plot multiple lines on the same graph using R
28:45