How To Perform A Spearman Correlation Test In R

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this tutorial, I will show you how to perform a Spearman correlation test in R. The Spearman correlation test is otherwise known as the Spearman's Rank correlation test. Performing a Spearman correlation test in R is super easy. There are no additional packages required, just use the cor.test function.
    DATACAMP COURSE (AFFILIATE LINK)
    datacamp.pxf.i...
    THE ONLINE GUIDE
    toptipbio.com/...
    HOW I CREATED THIS TUTORIAL (AFFILIATE LINKS)
    Laptop amzn.to/38bB7JG
    Microphone amzn.to/2OFn1sd
    Screen recorder & editor techsmith.z6rj...
    RUclips SEO www.tubebuddy....
    Software (R [3.6.3] and R Studio [1.2.5033])
    FOLLOW US
    Website toptipbio.com/
    Facebook / toptipbio
    Twitter / toptipbio
    AFFILIATE DISCLAIMER
    Some of the above links are affiliate links, meaning I will earn a commission if a sale is made after clicking on the link

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

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

    Simple, to the point, well explained. Thank you!

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

    You're amazing, you've saved me so much time. THANK YOU THANK YOU THANK YOU

  • @daniellef842
    @daniellef842 7 месяцев назад

    This helped me so much. Thanks

  • @Ndjieisneuowwus
    @Ndjieisneuowwus 7 месяцев назад

    So helpful thank you!!

  • @keirahewitson5621
    @keirahewitson5621 11 месяцев назад

    Very helpful ty

  • @opcionvital2335
    @opcionvital2335 2 года назад +2

    How can i make it with My own data table?

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

    Great video! I'm wondering - is there a way to automate this correlation calculation for several variables? For example if you have 10 variables and you are interested in the correlation of each variable with each of the other variables - would you then have to repeat the cor.test command for each combination of variables or does a shortcut exist?

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

      Hi Trine,
      So, sounds like you want to do a correlation matrix. 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.
      Thanks
      Steven

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

    do you have any videos on how to plot my pearsons data onto a scatter graph?

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

    DataCamp Course
    datacamp.pxf.io/Gjb9Qr

  • @dashingbadar5004
    @dashingbadar5004 7 месяцев назад

    Analysis made easy with one command of R

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

    Great ,our lecturers Don't bother to show is these