[R] probit etc. for dose-response modeling

Johannes Ranke jranke at uni-bremen.de
Wed Aug 28 08:24:27 CEST 2002


Hi again

I found that the nonlinear least squares method also works nicely:

	library(nls)
	model <- nls(viability ~ pnorm(-log10(conc),-EC50,slope),data=data, \
		 start=list(EC50=1.8,slope=0.8))

Is there an advantage of using glm, and how would this work in this case?

Johannes

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list