search for: v12i05

Displaying 1 result from an estimated 1 matches for "v12i05".

2006 Sep 26
1
linear terms within a nonlinear model
I have a complicated nonlinear function, myfun(a,b,c), that I want to fit to data, allowing one or more of the parameters a, b, and c in turn to have linear dependence on other covariates. In other words, I'd like to specify something like nls(y~myfun(a,b,c),linear=list(a~f1,b~1,c~1)) I know would this work in nlme *if I wanted to specify random effects as well*, but I don't -- and