Hao Jiang wrote:
>
> Hi,I am a newbie to R. I wrote a simple Gauss-newton method in least
> square
> minimization problems, but it looks not working well. Is there any
> Gauss-newton library/function in R?
>
Try
??leastsquares
and
?nls
Berend
--
View this message in context:
http://www.nabble.com/Is-there-any-Gauss-newton-library-function-in-R--tp24436974p24438628.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.