Announcement

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

  • svy test interpretation

    Hello! I'm working with svy data and I'm having difficulties with test interpretation.

    I created two globals:

    global one "variable_a variable_b"

    global two "variable_c variable_d variable_e"

    Then, I regress my dependent variable with other variables and the globals as covariates:

    svy: reg variable_x variable_y variable_z $one $two

    After that, I test de covariates.

    test variable_y
    test variable_z
    test $one
    test $two

    How would I must interpreted the results of F-statistics?

    Thanks!

Working...
X