mgao6767 / specurve

Stata command to perform specification curve analysis and generate output plots.
https://mingze-gao.com/posts/specification-curve-analysis/
GNU General Public License v3.0
14 stars 2 forks source link

Questions regarding downloading #3

Open G7R0321 opened 2 weeks ago

G7R0321 commented 2 weeks ago

Following your code, I have:

. net install specurve, from("https://raw.githubusercontent.com/mgao6767/specurve/master") replace could not load specurve.pkg from https://raw.githubusercontent.com/mgao6767/specurve/master/ r(603);

Even I changed your code into:

. net install specurve, from("https://github.com/mgao6767/specurve") replace file https://github.com/mgao6767/specurve/stata.toc not found https://github.com/mgao6767/specurve/ either 1) is not a valid URL, or 2) could not be contacted, or 3) is not a Stata download site (has no stata.toc file).

current site is still https://raw.githubusercontent.com/mgao6767/specurve/master/ r(601);

or

. net install specurve, from("https://github.com/mgao6767/specurve/blob/main") replace nothing to install

mgao6767 commented 2 weeks ago

I'm unable to replicate. Not exactly sure why. Similar installation method can be found at e.g. https://github.com/sergiocorreia/ivreghdfe