- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-04-2014 03:33 PM
(1392 views)
How can I perform a F-test in proc model?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
TEST statement. You will have to formulate your statement as a null hypothesis. For instance, if you want to test if a1, a2 and a3 are equal, you might try:
TEST a1-a3, a2-a3;
There are some options that apply. Probably easiest to specify /ALL.
Steve Denham