I fitted a simple Imax model of the form: Y = I0 - [(Imax*X)/(IC50 + X)] using nls function in R. Using a measured Y = 'n', I estimated X = 'm'. Is there a function in R to compute 95% confidence intervals around 'm'?
Thank you!
I fitted a simple Imax model of the form: Y = I0 - [(Imax*X)/(IC50 + X)] using nls function in R. Using a measured Y = 'n', I estimated X = 'm'. Is there a function in R to compute 95% confidence intervals around 'm'?
Thank you!
See invest
in the investr package.