Skip to content
Prev 76277 / 398502 Next

[newbie] Want to perform some simple regressions.

Sean O'Riordain wrote:
Thomas's model was

y = (a*x + b) * ln (c*x + d) + error

which is not a linear model.  He'll need to use nonlinear regression 
(the nls function), which is a little more complicated.  I'd recommend 
geting local help from a statistician to get it right.

Duncan Murdoch