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: 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 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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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