could you pleas tell me how I can find "Apparent fit" option in case of Nonlinear Curve fitting? I am trying to fit Log linear plot with nonlinear function.
Then you will need to modify your fitting function to force it to be a "apparent fit". For example, if your plot is log(X)-linear(Y), then you need to replace all the X in your formula by log(X). Hope it's not a complicated one...