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
Drop observations if two of the variables are identicalI have a dataset similar to the example below, where the index number is always the same for when Va…
DID with multiple periods and treatmentsDear all, I am analysing the impacts of dung beetles (treatment) on livestock productivity (outcome…
Return percentiles using simulate commandHi, I am trying to improvise an example from help of Code: simulate command as shown below Code:…
Bootstrapping of mean in a subsampleI'm analyzing a sample of GPs. I want to describe the GP's with extreme values of a variable. This m…
Estimating working hours in a simultaneous equations modelHello! What would be the best way to estimate hours spent on different activities (censored, values …
Subscribe to:
Post Comments (Atom)
0 Response to Looking for a way to do local regressions on data with many zeroes
Post a Comment