Announcement

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

  • Quasi-binomial regression

    Hello,
    I was just wondering if anyone knew how to do a quasi-binomial regression on Stata? This is possible on R, but I can't find the option on Stata. Best and thanks,
    Tom

  • #2
    not sure what you mean - could you please supply a full citation?

    Comment


    • #3
      Code:
      glm y x1 … xk, fam(bin num) link(logit) vce(robust)
      num is the upper bound on the count, which can vary by individual.

      Comment


      • #4
        Originally posted by Rich Goldstein View Post
        not sure what you mean - could you please supply a full citation?
        Thanks for responding. There's an explanation (and guidance for R) here: r - What is quasi-binomial distribution (in the context of GLM)? - Cross Validated (stackexchange.com)

        Comment


        • #5
          Originally posted by Jeff Wooldridge View Post
          Code:
          glm y x1 … xk, fam(bin num) link(logit) vce(robust)
          num is the upper bound on the count, which can vary by individual.
          Thanks Jeff, that's great!

          Comment

          Working...
          X