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

Hello,

 

I am using the class statement in proc surveyreg in order to construct industry dummy variables. However, sometimes some industries don't contain any observations or too few. Then I cannot use the lsmeans statement for instance. Is it possible to automatically exclude one group within the class statement when the group is empty? 

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

You must exclude industries before running proc surveyreg. You can do that by 1) creating an intermediate dataset, 2) by creating an intermediate data view, or 3) by adding a WHERE clause, either as a dataset option or as a WHERE statement, when calling proc surveyreg.

PG

View solution in original post

3 REPLIES 3
PGStats
Opal | Level 21

You must exclude industries before running proc surveyreg. You can do that by 1) creating an intermediate dataset, 2) by creating an intermediate data view, or 3) by adding a WHERE clause, either as a dataset option or as a WHERE statement, when calling proc surveyreg.

PG
nuitamment
Calcite | Level 5
I was hoping that there would be a more elegant solution. But thank you.
SteveDenham
Jade | Level 19

Because of the weighting, it becomes difficult to implement what Milliken and Johnson refer to as a "means model" in PROC SURVEYREG.  However, you could give it a try--fitting what is essentially a saturated one-way model--and then use LSMESTIMATE statements to construct tests and comparisons of interest.

 

Steve Denham

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2353 views
  • 0 likes
  • 3 in conversation