⇤ ← Revision 1 as of 2025-01-22 22:59:15
Size: 585
Comment: Initial commit
|
Size: 591
Comment: Bold
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
`testparm` is an alternative interface to the [[Stata/Test|test]] command. | '''`testparm`''' is an alternative interface to the [[Stata/Test|test]] command. |
TestParm
testparm is an alternative interface to the test command.
Usage
The testparm command functionally is identical to the test command. Where test takes expressions representing one hypothesis (or many joint hypotheses), testparm takes a variable list (or factor indicators) and tests the joint hypothesis that each is 0.
The following are equivalent:
testparm i(2/4).region
test (2.region=0) (3.region=0) (4.region=0)