Object Reference : Object View and Procedure Reference : Pool
  
 
fixedtest
Test joint significance of the fixed effects estimates.
Tests the hypothesis that the estimated fixed effects are jointly significant using and LR test statistics. If the estimated specification involves two-way fixed effects, three separate tests will be performed; one for each set of effects, and one for the joint effects.
Only valid for panel or pool regression equations estimated with fixed effects. Not currently available for specifications estimated using instrumental variables.
Syntax
pool_name.fixedtest(options)
Options
 
p
Print output from the test.
Examples
pool1.fixedtest
tests whether the fixed effects are jointly significant.
Cross-references
See “Fixed Effects Testing” for discussion. See also Pool::testadd, Pool::testdrop, Pool::ranhaus, and Pool::wald.