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
Moved to the procedures community.
SORRY I DIDN'T GOT YOU
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!
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.