Command Reference : Command Reference
  
 
testdrop
Test whether to drop regressors from a regression.
Tests the hypothesis that the listed variables were incorrectly included in the estimated equation (only available for equations estimated by list). The test displays some combination of and LR test statistics, as well as the test regression.
Syntax
testdrop(options) arg1 [arg2 arg3 ...]
List the names of the series or groups of series to test for omission after the keyword. The test is applied to the default equation, if defined.
Options
 
prompt
Force the dialog to appear from within a program.
p
Print output from the test.
Examples
ls sales c adver lsales ar(1)
testdrop adver
tests whether ADVER should be excluded from the specification for SALES. The commands:
Cross-references
See “Coefficient Diagnostics” for further discussion of testing coefficients.
See also testadd and Equation::wald .