How To Perform A Spearman Correlation Test In R

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 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...
    TH-cam 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

  • @opcionvital2335
    @opcionvital2335 2 ปีที่แล้ว +2

    How can i make it with My own data table?

  • @Ryuken921
    @Ryuken921 4 ปีที่แล้ว +2

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

  • @dashingbadar5004
    @dashingbadar5004 8 หลายเดือนก่อน

    Analysis made easy with one command of R

  • @TriJuJo
    @TriJuJo 4 ปีที่แล้ว +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  4 ปีที่แล้ว +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

  • @StevenBradburn
    @StevenBradburn  4 ปีที่แล้ว

    DataCamp Course
    datacamp.pxf.io/Gjb9Qr

  • @kirstyfinlayson9726
    @kirstyfinlayson9726 2 ปีที่แล้ว

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

  • @ethangower8232
    @ethangower8232 ปีที่แล้ว

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

  • @daniellef842
    @daniellef842 7 หลายเดือนก่อน

    This helped me so much. Thanks

  • @farrelpharrell5111
    @farrelpharrell5111 2 ปีที่แล้ว

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

  • @Ndjieisneuowwus
    @Ndjieisneuowwus 7 หลายเดือนก่อน

    So helpful thank you!!

  • @keirahewitson5621
    @keirahewitson5621 11 หลายเดือนก่อน

    Very helpful ty