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

Hi all,

 

The question is a pretty simple one and in the title.

 

I am trying to run a simple one-way ANOVA and grab some means while I am at it. However, I have 161 individuals who are missing information on Trichot_1yr. I would like to make this one of the classes that SAS uses to check the means against. Is this possible?

 

proc anova data=sub.master_dataset053019 ;
class trichot_1yr;
model  income_house=trichot_1yr ;
means trichot_1yr/ lsd tukey cldiff;
run;
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
Recode your Missing to 99 or a different value? That's the easiest solution I'm aware of.

View solution in original post

3 REPLIES 3
Reeza
Super User
Recode your Missing to 99 or a different value? That's the easiest solution I'm aware of.
joebacon
Pyrite | Level 9
That's what I was thinking as well. I just didn't know if there was a built in command for it. Thanks for the quick reply, Reeza.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 657 views
  • 1 like
  • 2 in conversation