Re: [R] power function fitting

2007-11-05 Thread Bernardo Rangel Tura
On Mon, 2007-11-05 at 17:50 +0100, Duccio - wrote: > I would like to fit a power model of type: > y=b*x(^z) > to my data (having y as the response and x as the predictor variables). > I could not use linear models like y~x since R should estimate the parameter > z and not only the coefficient b. >

[R] power function fitting

2007-11-05 Thread Duccio -
I would like to fit a power model of type: y=b*x(^z) to my data (having y as the response and x as the predictor variables). I could not use linear models like y~x since R should estimate the parameter z and not only the coefficient b. Thus I need a package and a function! Any suggestions? Thanks D