I am using Stata 14.0 with mac OS 10.15. I would like to produce a modified version of the command -lpoly- that ommits the observation for which the fitted value is being calculated from the local regression. To do this I am looking at the ado-file for the command -lpoly-. The actual estimation in lpoly.ado is done by the Mata function _lpoly_work(). However I can't seem to find where this function is defined; the function definition is not in lpoly.ado, and the function _lpoly_work() doesn't appear to show up anywhere else on my system. Would anyone know where I can find the code that defines _lpoly_work()?
My apologies if this question is better directed to the Mata forum. Thanks for any suggestions.
Related Posts with How to locate Mata function called by lpoly?
Weird 'file not found' error while appending excel sheets in a folderHey all, I got some datasets in .xlsx format in a folder which I appended through the following: …
Histogram command but want to use values greater than 0 but less than 80 from a dataset?What is the stata histogram command for when we want to make a histogram of a dataset, but want to u…
Random slope Frailty modelGreetings!! I need help in fitting random slope frailty model. Thanks in Advance!! …
mestreg - How to change covariance structureGreetings!! I'm John, currently working on multilevel survival analysis using mestreg command.. I wa…
weighted population density of the neighborhood in a locationHi everyone, I have a question about how to calculate the population density of the neighborhood in…
Subscribe to:
Post Comments (Atom)
0 Response to How to locate Mata function called by lpoly?
Post a Comment