Giter VIP home page Giter VIP logo

Comments (4)

neilalex avatar neilalex commented on June 12, 2024

1:
Yeah good question -- that line saves the coefficients and standard errors from the regression in the previous line to a new row in a dataset called outputs.dta (done via the naxSaveOutput macro. In general, outputs.dta keeps track of these kinds of outputs from all the different tables).

The Table6 7 index=`index' k=`k' part just gives that new line a description (with `index' being the 1, 2, or 3 from this line, and `k' one of the values from this line -- maybe that's obvious).

All these things said, I think the description should start with "Table7 A" not "Table6 7" -- probably a typo.

2:
Yes unfortunately I wasn't able to replicate Table 7 Panel B, due to insufficient personal hardware haha. More recently I've been using Stata for cloud / AWS, which I think could resolve that, so perhaps I'll try again

from ad-replication.

IoannisPapadakis avatar IoannisPapadakis commented on June 12, 2024

Thanks, @neilalex! The confusing part of the syntax is the last bit "rtiShare". Is this a way to rename the data-file? In naxMerge, for instance, you also have "1 0 1" or "0 0 1" between the last bit (which seems like a name) and the previous bits of the syntax.

from ad-replication.

neilalex avatar neilalex commented on June 12, 2024

rtiShare is the specific regression variable whose estimated coefficient and standard error we want to save; the regression on line 56 includes a host of variables, though rtiShare is what we want to report on.

So, all in all we have "Table6 7 index=`index' k=`k'", which is the description mentioned above, and "rtiShare", which is the regression variable whose beta and SE we output to outputs.dta.

Does that seem to help? Let me know if I still misunderstood?

Regarding the "1 0 1" syntax in naxMerge, does what I wrote here help at all?

from ad-replication.

IoannisPapadakis avatar IoannisPapadakis commented on June 12, 2024

Thanks Neil!

from ad-replication.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.