Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i need to run repeated regressions on a large set of data, and put the
resulting values in a table for each column of data in my set. however, i don't want to repeat the regression function in the data analysis toolpack and cut/paste the relevant data into my table, 50 times. anyone know how to do this |
#2
![]() |
|||
|
|||
![]()
Check out the LINEST and LOGEST functions. LINEST's name and
documentation are misleading. For more on how to use it for non-linear regressions see Bernard Liengme's Polynomial regression. How can I fit my X, Y data to a polynomial using LINEST? http://www.stfx.ca/people/bliengme/E...Polynomial.htm -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article , says... i need to run repeated regressions on a large set of data, and put the resulting values in a table for each column of data in my set. however, i don't want to repeat the regression function in the data analysis toolpack and cut/paste the relevant data into my table, 50 times. anyone know how to do this |
#3
![]() |
|||
|
|||
![]()
Thanks for the info. However, I would like to find a way to make the LINEST
function return all its values into a single column, rather than an array, so i can have multiple columns with all the LINEST values (eg intercept, coefficients, r-sqaure, etc). if it use the TRANSPOSE(LINEST(...)) function, it only returns the intercept and coefficient values. but none of the others. there must be a way to do this. regards, Brad Johnson "Tushar Mehta" wrote: Check out the LINEST and LOGEST functions. LINEST's name and documentation are misleading. For more on how to use it for non-linear regressions see Bernard Liengme's Polynomial regression. How can I fit my X, Y data to a polynomial using LINEST? http://www.stfx.ca/people/bliengme/E...Polynomial.htm -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article , says... i need to run repeated regressions on a large set of data, and put the resulting values in a table for each column of data in my set. however, i don't want to repeat the regression function in the data analysis toolpack and cut/paste the relevant data into my table, 50 times. anyone know how to do this |
#4
![]() |
|||
|
|||
![]()
buragotch wrote:
Thanks for the info. However, I would like to find a way to make the LINEST function return all its values into a single column, rather than an array, so i can have multiple columns with all the LINEST values (eg intercept, coefficients, r-sqaure, etc). if it use the TRANSPOSE(LINEST(...)) function, it only returns the intercept and coefficient values. but none of the others. there must be a way to do this. [...] Did you try to fill in... LINEST(known_y's,known_x's,const,stats) as, for example: =LINEST(F2:F20,G2:G20,,TRUE) which you enter say in cell A2, select the rectangular area of A2:B6, then confirm the formula with control+shift+enter? In article , says... i need to run repeated regressions on a large set of data, and put the resulting values in a table for each column of data in my set. however, i don't want to repeat the regression function in the data analysis toolpack and cut/paste the relevant data into my table, 50 times. anyone know how to do this |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table with Zero Values for Month | Charts and Charting in Excel | |||
fill formulas and values | Excel Discussion (Misc queries) | |||
Sum minimum values in a pivot table | Excel Worksheet Functions | |||
To find different values in Col B corresp. to repeated vaues in c | Excel Worksheet Functions | |||
Identifying the Active Fill Color | Excel Discussion (Misc queries) |