Announcement

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

  • Joint Test (significance)

    Hi! I want to jointly test just some of the coefficients shown below. I understand that one could do the following: "test (coeff1 = 0, coeff2 = 0, coeff3 = 0...)". However, I do not know how I should write the "names" of the coefficients. Would appreciate some help

    See the attached photo for reference.
    Attached Files
    Last edited by Oliver WB; 25 Oct 2023, 04:13.

  • #2
    Code:
    testparm treatment_dummy#tid_dummy
    See

    Code:
    help testparm


    testparm provides a useful alternative to test that permits varlist rather than a list of coefficients (which is often nothing more than a list of variables), allowing the use of standard Stata notation, including '-' and '*', which are given the
    expression interpretation by test.

    Comment

    Working...
    X