Matthieu Gomez
Matthieu Gomez
Not at all! Feel free to try a pull request.
I also think usability is important for read/write packages. It would be nice to have a keyword argument such as `missingtostring = true`.
Sorry I was unclear. I agree it should be an error. I just meant it would be nice to have a keyword argument to convert the Missing columns to something...
I also have an issue where hdfe returns "variable__000002 not found", but I'm not sure how to reproduce it with a simple example. Here is a [trace](https://gist.github.com/matthieugomez/1878332e7073bd602079) of the `regife`...
Ok I do create the variable through tempvars though in the second case. I'll re look into it and get back to you. Btw currently there's no way to assign...
I'm not sure we're talking about the same thing. Currently, it's hard to create variables with `hdfe` that don't overlap with existing variable names. `hdfe x y, replace` could be...
Yes! > On Sep 13, 2015, at 12:08 PM, Sergio Correia [email protected] wrote: > > hdfe x y, replace could be good syntax for this situation. > > Would this...
Ok I think I found a reproductible example for the problem I started with ``` sysuse nlsw88.dta, clear fvrevar c.tenure#i.age hdfe `=r(varlist)', a(race married) gen(new) ```
I don't mind the quick workaround. thanks for diving into your code! On Mon, Sep 14, 2015 at 5:15 PM, Sergio Correia [email protected] wrote: > This seems to be caused...
Right, it should be in the `0.7` version. That being said, do you have any example of an external package relying on these summary stats?