BookmarkSubscribeRSS Feed
Jane7476
Calcite | Level 5

Hi,

My question is will 'archtest, reset and godfrey' tests produce different output for a model when

- you include the weights option in proc reg

- exclude the weight option.

Alternative that I have is that:

I need these 3 tests but my problem is that proc reg doesn't support these tests as default code options. Autoreg supports these options but I don't think it has a weights option. So is there any way of producing these three tests in proc reg?

I am running following code:

proc reg data=test;

model actual=ind1 ind2;

restrict ind1=xxx;

weight w1;

quit;

proc autoreg data=test;

model actual=ind1 ind2/archtest reset godfrey;

quit;

Any thoughts?

Regards,

1 REPLY 1
SteveDenham
Jade | Level 19

Short answer is no, PROC REG will not do this with any standard options.

Long answer--there may be a way to 'weight' observations and get the Godfrey, archtest and reset tests if you shift to PROC MODEL.  It will take some coding, and I am afraid I am not the right person for that.  Consider reposting this to the Forecasting and Econometrics forum--either Ken or Udo may have some ideas.

Steve Denhamn

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1501 views
  • 0 likes
  • 2 in conversation