Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bootstrapped hierarchical regression?

    Hi! I'm trying to run a bootstrapped hierarchical regression but it doesn't seem to be working for me. I can use the "bootstrap" command and the "nestreg" command in isolation, but when I try to run a regression with syntax along the lines of: "bootstrap: nestreg: regress DV (IV) (IV)", all I'm getting is the standard bootstrap output without any separated regression blocks. Does anyone know how I might be able to still obtain the blocks but via bootstrapping? Thank you so much for your help!

    For reference, I asked the same question on Reddit (so far no replies): https://www.reddit.com/r/stata/comme...yv0/?context=3

  • #2
    Why would you want the blocks bootstrapped? As far as I see this, the main goal of nestreg is to provide the Wald statistics after the blocks. So you could either run the 3 regressions separately with bootstrap for the "normal" coefs or you need to write a wrapper program that returns everything you want and then bootstrap this.
    Best wishes

    (Stata 18.0 MP)

    Comment

    Working...
    X