Skip to content
Prev 35158 / 398502 Next

inverse prediction and Poisson regression

Ymax is the maximum observation in your example, and also the observation 
at zero.  I was asking which you meant: if you meant Y at 0 (and I think 
you do) then it is somewhat misleading notation.

You have a set of Poisson random variables Y_x at different values of x.
Poisson random variables have a mean (I am using standard statistical 
terminilogy), so let's call that mu(x).  Then you seem to want the value 
of x such that  mu(x) = mu(0)/2 *or* mu(x) = Y_0/2, and I don't know 
which, except that in your model mu(0) would be infinity, and so the
model cannot fit your data (finite values of Y_0 have zero probability).
On Fri, 25 Jul 2003, Vincent Philion wrote:

            
So you have -Inf as the explanatory variable at zero dose?
That was understanding Ymax to be the maximum Y, which is what it looks 
like.
the largest response because the "dose" is always detrimental to growth)

The last is not true, given your assumptions,  It could have the largest 
mean response, but 0 is a possible value for Y_0.
Fit a model for the mean response (one that actually can fit your data), 
and solve the estimated mu(x) = mu()/2 or Y_0/2.  That gives you an 
estimate, and the delta method will give your standard errors.