[R] fit with parameters under some condition

Douglas Bates bates at stat.wisc.edu
Mon Jun 24 19:51:51 CEST 2002


Timur Elzhov <etv at nf.jinr.ru> writes:

> Hello!
> 
> 
> I'd like to fit with nls some function, say,
> 
>     y(x, p);   p = c (p1, p2)
> 
> with fit parameters bound certain condition, in genegal case,
> 
>     F (p1, p2) = 0.
> 
> Or, in particular case,
> 
>     p2 = f(p1).
> 
> 
> Is there 'most right' way to do it?

Fit it as p = c(p1, f(p1))
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list