search for: qmax2

Displaying 2 results from an estimated 2 matches for "qmax2".

Did you mean: max2
2017 Dec 20
1
Nonlinear regression
...elin ~ celin)) > >c <- seq(min(ce), max(ce)) >q <- (Qmax*Kl*c)/(1+(Kl*c)) > >lines(c, q) > > >##My attempt at the nonlinear regression >fit2 <- nls(qe ~ ((Qmax*Kl*ce)/(1+(Kl*ce))), start = list(Qmax = Qmax, >Kl = >Kl)) >results <- fit2$m$getpars() >Qmax2 <- fit2$m$getpars()[1] >Kl2 <- fit2$m$getpars()[2] >summary(fit2) > >-Timothy
2017 Dec 20
0
Nonlinear regression
...gt; >q <- (Qmax*Kl*c)/(1+(Kl*c)) > > > >lines(c, q) > > > > > >##My attempt at the nonlinear regression > >fit2 <- nls(qe ~ ((Qmax*Kl*ce)/(1+(Kl*ce))), start = list(Qmax = Qmax, > >Kl = > >Kl)) > >results <- fit2$m$getpars() > >Qmax2 <- fit2$m$getpars()[1] > >Kl2 <- fit2$m$getpars()[2] > >summary(fit2) > > > >-Timothy > [[alternative HTML version deleted]]