Regression

  • Thread starter Thread starter Adrianjay
  • Start date Start date
A

Adrianjay

Sometimes I receive an error message of "Regression -
Linest () functions returns error. Please check input
ranges". The input ranges appear to be okay (no blank
cells), in fact if I increase or decrease the number of
in the input x range the regression model works fine.
Does anyone know what the problem is? Does anyone have
any suggestions? Thanks for you help.
 
What is the error message. #NUM? or other This tells you what the thrown exception is.
Linest fails if the data is singular, has partial colinearity, or you have not correctly defined the ranges and set the right calling (inputs) sequences.
 
Back
Top