Announcement

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

  • Bonferroni adjustement

    Dear All,
    I would like to know if someone could help me with bonferroni adjustment command in Stata. I am using Stata 14 and I have not been able to find the right command. It would be conducted after a linear regression analysis. Thanks a lot for this.
    Best,

  • #2
    See -help margins-. Here is an example below of a regression command with y-outcome variable and a categorical independent variable:

    Code:
    reg y i.cat_variable
    
    margins cat_variable, mcompare(bonferroni)
    Roman

    Comment


    • #3
      I didn't test, but I gather you may also use - test - command - with the option mtest(b) for that matter.

      That said, this FAQ may be helpful, with other adjustements.
      Best regards,

      Marcos

      Comment


      • #4
        Very helpful, thank you.

        Comment

        Working...
        X