Hello,

I am running a regression with several groups of dummies and I need to perform the joint significance test and I would like to report the pvalue of the test in the output table. Do you know how to do it?

To illustrate this is a part of the table
(1)
VARIABLES FIRST
age 0.0115
(0.0122)
agesq -6.92e-05
(0.000139)
head 0.183***
(0.0594)
primaryinc 0.108
(0.394)
primary 0.395
(0.379)
secondaryinc 0.473
(0.380)
secondary 0.511
(0.379)
universityinc 0.683*
(0.380)
university 0.627*
(0.379)

I would like to have a row at the end which says: "Education dummies" and report the pvalue of the joint test of primaryinc primary secondaryinc secondary universityin university... I am using outreg2 to produce this tables, if you know a way using this command would be useful but any solution would help.

Is this possible? Thanks!!