Following the wiki page and the form of the likelihood function for a generalized Tobit model presented here, I am thinking about applying a model of this type to a problem I'm facing but need some help in the interpretation.
I have a variable $Y$ which I assume to linearly depend on $X$ via a parameter $\beta$. My model is
\begin{equation} Y = X\beta + \epsilon_i \end{equation}
The problem is that some observed values I have for $Y$, the $y_i$'s, are upper limits. Can I extend the concept of "censored data" to this case and use the Tobit model to perform the linear regression?
Do you have any thoughts on the possibility of further inclunding a categorical moderator variable in the regression? Is this possible?
Thanks.