Skip to content
Prev 256543 / 398506 Next

Regression model with proportional dependent variable

On Tue, 12 Apr 2011, peter dalgaard wrote:

            
That is also my understanding. But you could also set up two hurdles 
instead of just one.
With the tobit() function from "AER" -- a convenience interface to 
survreg() from "survival -- you can set up such a doubly censored 
regression: tobit(y ~ ..., left = 0, right = 1).
Yes, this is one limitation. Other potential disadvantages may include 
that some link function should be employed and that the response is 
heteroskedastic. If these are an issue, it is typically more convenient to 
address them using the beta regression approach which encompasses a link 
function and a second regression equation for the precision.