BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
lioradam
Obsidian | Level 7

Hello,

ֲ I run the regression:

Y = α + β1 X + β2 Dummy variable*X +  β3  Dummy variable + ε
β1

is negative and

β2

is positive.

I want to verify that the sum :

β1+β2

is positive and significant, or ֲ in other words, ֲ 

that

β2>β1

and that the difference is significant.

 

According to the ֲ values the coefficients , ֲ indeed ֲ

β2>β1

but I'm ֲ looking ֲ for statistical test that verify that the difference is significant.

 

Does  SAS perform this kind of test?

 

Thank You,

Lior

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

The TEST statement in PROC REG will test if the two parameters are equal. If the test decides they are not equal and also b2 > b1 then you have statistical evidence that b2 > b1. You might have to adjust the p-values to make it a one-sided test.

--
Paige Miller

View solution in original post

3 REPLIES 3
PaigeMiller
Diamond | Level 26

The TEST statement in PROC REG will test if the two parameters are equal. If the test decides they are not equal and also b2 > b1 then you have statistical evidence that b2 > b1. You might have to adjust the p-values to make it a one-sided test.

--
Paige Miller

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
  • 3 replies
  • 2563 views
  • 2 likes
  • 2 in conversation