+ Reply to Thread
Results 1 to 4 of 4

logarithmic regression

  1. #1
    Registered User
    Join Date
    03-08-2006
    Posts
    2

    logarithmic regression

    Having 2 columns of data x and y, i can fit a logarithmic trend to them after creating a scatterplot. Adding the trendline gives an R-Squared value. How do I calculate this RS myself, without going through the chart-thing?
    Thx!

  2. #2
    Jerry W. Lewis
    Guest

    RE: logarithmic regression

    =LINEST(ydata,LN(xdata),,TRUE)

    Jerry

    "lcoddens" wrote:

    >
    > Having 2 columns of data x and y, i can fit a *logarithmic *trend to
    > them after creating a scatterplot. Adding the trendline gives an
    > R-Squared value. How do I calculate -this- RS myself, without going
    > through the chart-thing?
    > Thx!
    >
    >
    > --
    > lcoddens
    > ------------------------------------------------------------------------
    > lcoddens's Profile: http://www.excelforum.com/member.php...o&userid=32252
    > View this thread: http://www.excelforum.com/showthread...hreadid=520036
    >
    >


  3. #3
    B. R.Ramachandran
    Guest

    RE: logarithmic regression

    Hi,

    If you want a formula that returns just the R-squared value, the formula is
    =RSQ(y-range,LN(x-range))

    If you want the trendline coefficients and the regression statistics
    (including the R-squared value) calculated, use the LINEST function (see the
    response of Jerry W. Lewis for your post)

    Regards,
    B. R. Ramachandran

    "lcoddens" wrote:

    >
    > Having 2 columns of data x and y, i can fit a *logarithmic *trend to
    > them after creating a scatterplot. Adding the trendline gives an
    > R-Squared value. How do I calculate -this- RS myself, without going
    > through the chart-thing?
    > Thx!
    >
    >
    > --
    > lcoddens
    > ------------------------------------------------------------------------
    > lcoddens's Profile: http://www.excelforum.com/member.php...o&userid=32252
    > View this thread: http://www.excelforum.com/showthread...hreadid=520036
    >
    >


  4. #4
    Registered User
    Join Date
    03-08-2006
    Posts
    2
    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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