Skip to content
Prev 75563 / 398502 Next

Using nonlinear regression

Do you want to estimate the parameters of a lognormal distribution or 
learn how to do nonlinear regression in R?

	  If the former, as far as I know, the best known method is maximum 
likelihood, for which the answer is to compute mean and standard 
deviations of the logs.  This assumes you are talking about the 
2-parameter lognormal.  I don't know the best method for a 3-parameter 
lognormal.  If that's what you want, PLEASE do read the posting guide! 
"http://www.R-project.org/posting-guide.html".  Doing so can increase 
the chances of getting a useful reply.

	  If you want examples of nonlinear regression, have you considered 
"nls" and "optim"?

	  spencer graves
Mark Miller wrote: