Benjamin Daniels
Benjamin Daniels
Although perhaps the first one can work since it uses Git to do the downloading and then only copies locally, whereas I tried to make it work by copying directly...
Ah that's a great point. One possibility is, roughly: ``` copy https://github.com/`repo'/archive/`version'.zip unzip locally do `command'.ado [OR] do all ado files found in folder delete folder ``` Is that more...
https://github.com/haghish/github "github is a Stata module for searching and installing Stata packages from GitHub, including previous releases of a package. It is a combination of several Stata commands such as...
I think that would be great. I fooled around with it in a spare minute but there appeared to be some issues – for one, it downloaded stuff to the...
Agree with that. Whatever group is specified as the base (typically the control) should be reflected so that the regression estimate is _added to_ their outcome to get the estimate...
we could deprecate `iebaltab` in favor of something like `iebalance`? but you really only get to do that like once, as opposed to just saying, it's a major version, for...
What are they trying to accomplish with that? The command already accepts weights, clusters and strata FE.
This is appropriate when the Stata variable is coded _as a true categorical_, since Stata holds them as numbers and is more than happy to give you nonsense results by...
(Note, however, that controls are harder to implement there...)
Those don't necessarily need to be the same here, it's just the globals that we'd used in respective setups. But it would be nice to be able to set the...