How To Perform A Spearman Correlation Test In R

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 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 8 หลายเดือนก่อน

    This helped me so much. Thanks

  • @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

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

    How can i make it with My own data table?

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

    So helpful thank you!!

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

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

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

    Very helpful ty

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

    Analysis made easy with one command of R

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

    DataCamp Course
    datacamp.pxf.io/Gjb9Qr

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

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