Fit::fitc FindFit::fitc
Details
-
- This message is generated when the number of independent variables implied by the first argument in Fit is not the same as the number of variables listed in the third argument of Fit.
- The first argument in Fit is expected to be a list of data points, with each data point specified as a list of elements in which the last element gives the value of the response (dependent variable) and the remaining elements give values for the independent variables.
- Off[message] switches off the message; On[message] switches it on. For example: Off[Fit::fitc].