Skip to content
Prev 175966 / 398503 Next

finding best fitting model

Benedikt Niesterok wrote:
There is no one-stop method to do this. I would suggest that you try the
alternatives by doing the transformation (implicit in lm or explicit on
data) and checking the residuals of the fit.

Check documentation of plot.lm for an example or get the chapter in MASS on
the subject.

Dieter