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? -- Thank you very much, Timur. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._