SAS Procedures

Help using Base SAS procedures
BookmarkSubscribeRSS Feed
TylerN
Calcite | Level 5

Hi Everyone, 

I have a model as 

Y~ A + B +E

where A,B are random with different level of F and E is error .

I want to obtain the ration for two within-B standard deviations for two levels of F and 95% CI.   

So far I used proc mixed as below code but I don't know how to get the ratio and CI.

Proc mixed data=mydata method=reml: 

model Y=;

ods output covparms=cova;

by  F;

random A, B;

 

What option should I put there to get ratio within-B SD_{F1}/SD_{F2} and it CI? Is there any other way?

I appreciate any help. 

3 REPLIES 3
ChrisNZ
Tourmaline | Level 20

Title edited and message moved to Procedures community.

FreelanceReinh
Jade | Level 19

Hi @ChrisNZ,

 

I think the Statistical Procedures board would be most appropriate for questions like this. The subtitle of the SAS Procedures forum is "Help using Base SAS procedures", while SAS/STAT procedure MIXED is not part of Base SAS.

ChrisNZ
Tourmaline | Level 20
Ah yes you're right of course. I'll pay more attention from now on.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 932 views
  • 1 like
  • 3 in conversation