[R] one-site competition data // curve fitting

Ben Bolker bolker at ufl.edu
Tue Jul 8 14:48:59 CEST 2008


Joerg van den Hoff <j.van_den_hoff <at> fzd.de> writes:

> 
> 
> res <- nls( y ~ (x * Bmax) / (x + Kd), start = list(Bmax=, Kd=))
> 
> (providing some sensible start values for the free parameters , of course)
> 
> cf. `nls' manpage for details

  There are also "self-starting" models -- SSmicmen I think?
Maybe in nlme package?

  Ben Bolker



More information about the R-help mailing list