[R] solving linear equations

varunshivashankar varunshivashankar at gmail.com
Tue Sep 13 22:43:04 CEST 2011


I have a dataset 

X	Y1
1200	1.375
4000	0.464
1333.33	0.148
444.44	0.047
148.148	0.014
49.383	0.005
16.461	0.004

I have to find a curve fit for the above dataset based on a 4-parameter
logistic equation viz.

Y1 = d + ((a-d)/(1+(X/cc)^b)), where X and Y1 are the values above.

I need to know how to solve the above equation for values a, b, c, d.

--
View this message in context: http://r.789695.n4.nabble.com/solving-linear-equations-tp3811144p3811144.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list