Skip to content
Prev 255529 / 398506 Next

Linear Model with curve fitting parameter?

On 2011-04-01 05:44, stephen sefick wrote:
No, ols and nls won't give the same result.
If you use ols on the logged data, you're assuming
additive errors on the log scale. With nls, you
assume additive errors on the original scale.
But your model looks simple enough - why not run
it through both functions and see what the difference is.
Ultimately, everything depends on what assumptions
you're comfortable with.

Peter Ehlers