+ Reply to Thread
Results 1 to 4 of 4

Significance of r testing

Hybrid View

  1. #1
    Registered User
    Join Date
    01-09-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    23

    Significance of r testing

    Good morning, i'm hoping someone will be able to help me out. I have set up a linear regression array in Excel and now want to test the significance of my r2 value at a certain level of significance. I've only been able to find tables that give the critical r value, but I want to test it at 99.73% level of confidence and none of them contain that specific value. Is there a way to do this in Excel? Thank you for your help!

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Significance of r testing

    r is basically tested for significance with null hypotesis that ro is 0. Then statistics:
    r*sqrt(n-2)/(1-r^2)
    is calculated
    and if this statistics fall into (-inf,-q) or (q,+inf) then null hypotesis shall be rejected
    the 1-(alfa/2) quantile q of t-Student distribution of n-2 degrees of freedom could be found from from excel function.
    as you need 99.73% level of confidence (very high indeed - have you considered a smaller one, because with so high confidence level you are quite prone to second type errors) so alfa = 0.27% you will get the quantile q from:
    =TINV(0.27%,n-2)
    (of course instead of n-2 write your number of XY pairs decreased by 2)
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    01-09-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Significance of r testing

    Thank you for getting back to me! So let me see if i'm on the right track here. Let's say for example I'm working with 5 calibrators so my n-2=3. From =TINV(0.27, 3) I get back 1.35.
    I then compare that value to the value I get from putting my r^2 value into the equation that you provided and if it falls outside of the TINV value, there is a significant linear relationship?

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Significance of r testing

    1) =TINV(0.27%,3)

    2) yes is significant in "normal words" but as it is testing statistical hypotesis, basicallay you just say, you reject hypotesis of lack of correlation at 99.73% confidence level (0.27% or 0.0027 significance level)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Significance of Correlation
    By gaffers in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-07-2013, 05:49 PM
  2. Doing significance testing with Excel
    By pandyav in forum Excel General
    Replies: 2
    Last Post: 07-12-2012, 04:51 PM
  3. Significance of Correlation
    By tayto in forum Excel General
    Replies: 11
    Last Post: 01-15-2010, 04:17 AM
  4. Showing Significance Testing in Bubble Charts
    By SteveChap in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-13-2006, 09:15 AM
  5. Placing triangle symbols WITHIN cell for significance testing
    By Hari Prasadh in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-15-2005, 07:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1