Error Messages/42542
< Error Messages
Revision as of 01:12, 31 December 2010 by Lchrisman (talk | contribs) (Created page with "= Error Text = In the call to function Regression(«y»,«B»,«I»,«K»), the same index, ''J'', was passed for both «I» and «K». These must be different indexes. ...")
Error Text
In the call to function Regression(«y»,«B»,«I»,«K»), the same index, J, was passed for both «I» and «K». These must be different indexes.
Cause
A call such as:
Regression(y,B,J,J)
results in this error. If you have done this, you have almost certainly made a mistake.
Remedy
Make sure the 3rd parameter, «I», is the data index, and the 4th parameter, «K», indexes the basis terms.
See Also
Comments
Enable comment auto-refresher