I want to run a nonparametric or semiparametric regression on data which I suspect to be non-linear. At first I thought of using LOWESS -lowess- and Yatchew's semiparametric regression -plreg-(https://journals.sagepub.com/doi/pdf...867X0600600306). However, 41,329 out of 75,582 observations for my independent variable are 0. Theoretically, this is due to a corner solution. (But, as explained by Woolridge, at least for the Tobit case, corner solutions use the same estimation procedures as censored at 0.)
I'm worried that the high amount of zeroes may be throwing off my estimation, and I would rather not simply truncate the data. I haven't been able to find an implementation that allows me to do this sort of local regression in Stata. I found an R implementation (http://ugrad.stat.ubc.ca/R/library/l...it.censor.html), but I'm hesitant to use it because according to "Local Regression and Likelihood" by Clive Loader, this method relies heavily on the normality assumption, but this is difficult to check because in the presence of censoring the estimated residuals are not guaranteed to be normally distributed even in large samples.
Related Posts with Looking for a way to do local regressions on data with many zeroes
Format stata summary output table with multiple variables Code: * Example generated by -dataex-. To install: ssc install dataex clear input str6 Gender floa…
A problem with iteration log likelihood not concave in xtpmg commandHi everyone, When I run the PMG model by xtpmg command, I have a problem the iteration log likelihoo…
Difference-in-differences: regress or teffects?Dear Statalist users, I have been working on trying to find whether there has been a positive impact…
Random and Fixed Effects with normally distributed error termsHey there, I found my error terms to be normally distributed after running an OLS regression. (You c…
Monthly variation in incidence: exposure in Poisson regressionI am trying to estimate the variation of a disease incidence by month. The disease incidence should …
Subscribe to:
Post Comments (Atom)
0 Response to Looking for a way to do local regressions on data with many zeroes
Post a Comment