BookmarkSubscribeRSS Feed
Barkamih
Pyrite | Level 9

Hi all

How to find the overall PR variable by using this code (lsmeans). 

Note: Variable PR has for groups 

I got tthe average of each group, but I'm looking for the avreage of all as well as its Standarad error.

 
proc mixed data=fatd;
	class  pr CAMONTH CAYEAR CALVING_EASE herd county ;
	model A =  pr camonth cayear calving_ease county;
	random herd;
	lsmeans pr;
run;quit;

 My best regards 

 

Ibrahim 

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20

Moved to the procedures community.

Barkamih
Pyrite | Level 9

SORRY I DIDN'T GOT YOU

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 1680 views
  • 0 likes
  • 2 in conversation