p values , r squared value and regression equation on ggplot : R programming

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 20

  • @pragneydeme2538
    @pragneydeme2538 3 года назад +2

    Thanks for making this video upon request. Much appreciated.

  • @chetanpatokar7981
    @chetanpatokar7981 2 года назад +1

    Thank you Rajendra Ji. This is really usefull!

    • @DevResearch
      @DevResearch  2 года назад

      Glad, you liked it. This will boost my efforts

  • @maryamk4734
    @maryamk4734 Год назад +1

    Thank you so much! This was super helpful!

  • @rainxia2657
    @rainxia2657 2 года назад +1

    thank u, teacher

  • @bkarim7349
    @bkarim7349 Год назад

    Very useful,thank you very much

  • @santosh6148
    @santosh6148 2 года назад

    Nice

  • @BrunoToshiroIchikawa
    @BrunoToshiroIchikawa 4 месяца назад

    at first thank you for the lesson!
    but i have a small question
    how to display the number 2 as a superscript in r^2?

    • @DevResearch
      @DevResearch  4 месяца назад

      regression line
      stat_regline_equation(aes(label = paste(..eq.label.., ..adj.rr.label.., sep = "~~~~")) add this line scatter plot code

    • @DevResearch
      @DevResearch  4 месяца назад

      ruclips.net/video/ji9vxem14v8/видео.html. Watch this video. Code is in description

    • @BrunoToshiroIchikawa
      @BrunoToshiroIchikawa 4 месяца назад

      @@DevResearch thank you

  • @yetambuyusendoi3507
    @yetambuyusendoi3507 Год назад

    Hello Mr Choure, I am kindly requesting for the command for Linear regression model

  • @fotensolution6504
    @fotensolution6504 3 месяца назад

    Thanks for your video, but I think this approach is only suitable for single graph if you have multiple datasets, this manual copy and paste one text after the other is too cumbersome and unsuitable for large data

    • @DevResearch
      @DevResearch  2 месяца назад +1

      Sorry for the delay in response. The follwoing approach can be used # Load necessary libraries
      library(ggplot2)
      library(ggsignif)
      library(agricolae)
      library(patchwork)
      # Function to create a plot with p-value annotations
      create_plot_with_pvalues

    • @fotensolution6504
      @fotensolution6504 2 месяца назад

      @@DevResearch Thanks for your kind feedback

  • @yetambuyusendoi3507
    @yetambuyusendoi3507 Год назад

    I can not see it clearly🙏🙏🙏