How To Perform A Pearson Correlation Test In R

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

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

  • @StevenBradburn
    @StevenBradburn  4 года назад +2

    DataCamp Course
    datacamp.pxf.io/Gjb9Qr

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

    Thanks a ton for the simple and easy explanation! Helped more than you know!

  • @ignatioussam6429
    @ignatioussam6429 4 года назад +3

    great, simple and easy to understand presentation

  • @SuperCharlisto
    @SuperCharlisto 3 года назад +1

    Damn em sooo sooo happy, i spent couple of hrs looking for this solution thank you

  • @davidleon6347
    @davidleon6347 4 года назад +2

    Clear explanation, thanks!

  • @alisonmagar9229
    @alisonmagar9229 3 года назад +3

    your video was super helpful but what if we have to compute multiple variables how can we do that ??

    • @StevenBradburn
      @StevenBradburn  3 года назад +1

      Hi Alison,
      So, if you want to create a correlation matrix, then I recommend you check out the rcorr function in the Hmisc package cran.r-project.org/web/packages/Hmisc/Hmisc.pdf. This performs a correlation matrix and reports p values, as well as coefficient values.
      I hope that helps.
      Steven

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

    What about the data set will it be even in our R studio

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

    What about the assumption on the test? Normal data distribution, independency etc...?

  • @nasserouattara681
    @nasserouattara681 3 года назад

    Hi
    How do calculate in rstudio, sample estimate when we have than 2 variables.

  • @Game_Impala
    @Game_Impala 3 года назад

    What if I have 100 different trees to get correlation for? Do I have to run it for each tree or can it run for all trees at one time?