Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm attempting (as the title states) to perform a second orde
linear regression analysis on a set of data. Where I'm running into trouble is with the {1,2} part of the formula The VBA compiler complains about the curly brackets being invali characters. What should I substitute to make it work Code ------------------- CurveFitA = Application.WorksheetFunction.Index(Application.Wo rksheetFunction.LinEst(Range("C" & MinRow & ":C" & MaxRow),(Range("B" & MinRow & ":B" & MaxRow))^{1,2}),1 ------------------- -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
performing regression | New Users to Excel | |||
Polynomial Regression with Dates | Excel Discussion (Misc queries) | |||
The multiple regression tool - linear or non-linear regression? | Excel Discussion (Misc queries) | |||
TREND function for a polynomial fit results in a linear fit | Excel Worksheet Functions | |||
how to get coefficients for Polynomial regression as for rgp() | Excel Worksheet Functions |