Linear Regression?

  • Thread starter Thread starter 43fan
  • Start date Start date
4

43fan

Hello! I have a calculation that I currently run in both basic and in
Foxpro 2.6 that does a projection based on linear regression. I can convert
this calculation into VBA, but I'm curious if there's a function that would
do it for me.

Any help?

Thanks!!
Shawn
 
Use the Excel worksheet functions:
Slope, Intercept, and Forecast
or
LinEst and Trend
by prefixing with Application. in VBA

Jerry
 
Look at help on Linest, Trend, Forecast, Slope, Intercept.

in Excel. (not VBA).
 
You can also look at the regression function in the analysis toolpak
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top