Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2025-01-22 22:59:15
Size: 585
Comment: Initial commit
Revision 3 as of 2025-04-04 01:03:31
Size: 597
Comment: Standardize
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= TestParm = = Stata testparm =
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.

Stata 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)


CategoryRicottone

Stata/TestParm (last edited 2025-04-04 01:03:31 by DominicRicottone)