Skip to content
Prev 35126 / 398502 Next

inverse prediction and Poisson regression

1.  If you provide a toy data set with, e.g., 5 observations, to 
accompany your example, it would be much easier for people to try out 
ideas and then give you a more solid response.

	  2.  Have you tried something like log(dose+0.5) or I(log(dose+0.5)) 
in your model statement in conjunction with "predict" or "predict.glm" 
on the output from "glm"?

hope this helps.  spencer graves
Vincent Philion wrote:
(Poisson Regression) which is just too big for my modest
understanding of stats!!!
procedure to calculate a confidence interval for an
inverse prediction of a Poisson regression using R.
experiment.
of a biological response (Y). My "response" is a "count"
data that fits a Poisson distribution perfectly.
response/control response" = % of total response...
and then use logistic regression, but somehow, that
doesn't sound right.
on with my life? Can I be cured of this paranoia?
appropriate, but I don't know how to "properly"
calculate the dose equivalent to 50% inhibition.
i/e confidence intervals, etc on the "X" = dose.
Basically an "inverse" prediction problem.
Log(Y) = log(X) where Y is counts and X is dose.
experiment by EXCLUDING the response for dose = 0,
because of log(0)
"first" dose in the dose vector is 0.
slope (B) and intercept (A):
my "control". i/e Ymax = some number with a Poisson
error again
to calculate the confidence intervals of EC50x or even
if I can model this inverse prediction with a Poisson
regression. In OLS linear regression, fitting X based
on Y is not a good idea because of the way OLS calculates
the slope and intercept. Is the same problem found in
GLM/Poisson regression? Moreover, I also have a Poisson
error on Ymax that I would have to consider, right?