Announcement

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

  • Partial F Test or Chow Test

    Stata users

    I've been searching for a long time.

    How I can I perform an partial f test in stata?

    I have several regressions and for sum of the dummy var. I have P>0.05

    I wanted to perform a partial f test on my model, but can't seem to find the right command/ syntax.

    For e.g. Regression

    reg y i.x1 i.x2 i.x3 i.x4 x5 x6

    What do I do next?

    The help button didn't help so maybe I was not looking for the right command









  • #2
    Fallon:
    some interesting entries follow:
    https://www.stata.com/support/faqs/s...cs/chow-tests/
    https://www.stata.com/support/faqs/s...how-statistic/
    https://www.statalist.org/forums/for...eneral/1368449
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      You might want to explain what is a "partial f test". Instead of using jargon, just say what you want to test in the regression
      reg y i.x1 i.x2 i.x3 i.x4 x5 x6

      Comment

      Working...
      X