Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thank you! -- lcoddens ------------------------------------------------------------------------ lcoddens's Profile: http://www.excelforum.com/member.php...o&userid=32252 View this thread: http://www.excelforum.com/showthread...hreadid=520036 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I perform multiple regression in Excel using two independe | Excel Worksheet Functions | |||
Graphing a logarithmic regression line | Charts and Charting in Excel | |||
regression | Excel Worksheet Functions | |||
mutiple regression help | Excel Discussion (Misc queries) | |||
Why is a logarithmic not always an option under trendline type? | Charts and Charting in Excel |