--begin included ----- My endogenous variable is not a time depending variable but percentages which naturally are censored in the interval [0,100]. Unfortunately many data points are 0 or 100 exactly. The rest of the data is asymmetrically distributed. So I would like to apply a two-limit tobit, regressing the percentage (endogenous variable) on several explanatory variables.
--- end included ---- Censoring is a limit in the observation process: right censored at 100 means that "the true y value is > 100, but we did not observe the exact value". You have binomial data with 0 <= y <= 100, which is not a constraint on the observation process. You should be using glm with a binomial family. Terry T ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.