Hello Community,
I'm trying to perform a partial F-test. My question is: Is a specific group of variables together significant?
As an example: Test for the variables jan-dez (dummy-variables for each month):
y= ß1*did+ß2*treatment+ß3*secyear+ß4*jan+ß5*feb+...+ß15*dez
F-test:
ß4=ß5=...=ß15=0
I can do that in PROC REG with TEST, but in PROC PANEL it does not work.
Hope someone can help me.
Kind regards,
Emanuel