Announcement

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

  • Wild cluster bootstrap after maximum likelihood estimation

    Hello everybody!

    Is it possible to use wild cluster bootstrap after Poisson regression? If not, why? If yes, is there a Stata command for that? Something like "boottest treated, boot(wild)" for OLS.

  • #2
    its possible to obtain an Unconstrained WildBootstrap, but i dont think there is a command for that.
    You need to define the Influence functions for the Poisson coefficients, and then apply the noise to determine the Variance Covariance matrix

    Comment


    • #3
      See #10 on boottest from SSC and the poisson command: https://www.statalist.org/forums/for...using-ppmlhdfe

      Comment


      • #4
        Originally posted by Andrew Musau View Post
        See #10 on boottest from SSC and the poisson command: https://www.statalist.org/forums/for...using-ppmlhdfe
        Thank you for your answer.
        I am particularly interested in option boot(wild). Unfortunately, I assume #10 answer does not apply to wild cluster bootstrap.

        Comment


        • #5
          For ML estimation, the only available option is score bootstrap [option -boot(score)-]. Nonlinear models do not generate well-defined residuals, so one cannot easily implement wild bootstrap. See Kline and Santos' paper: https://eml.berkeley.edu/~pkline/pap...eFinal_web.pdf.
          Last edited by Andrew Musau; 14 Sep 2023, 12:33.

          Comment


          • #6
            Originally posted by FernandoRios View Post
            its possible to obtain an Unconstrained WildBootstrap, but i dont think there is a command for that.
            You need to define the Influence functions for the Poisson coefficients, and then apply the noise to determine the Variance Covariance matrix
            and
            Originally posted by FernandoRios View Post
            its possible to obtain an Unconstrained WildBootstrap, but i dont think there is a command for that.
            You need to define the Influence functions for the Poisson coefficients, and then apply the noise to determine the Variance Covariance matrix

            Thank you!

            Comment

            Working...
            X