Dear all
Can you help me to make Lund Test for Outlier Analysis in Ratios to be used in bioequivalence studies, var AUC & Cmax
For Example:
Best Regards
Ahmed
I found this code
Proc glm outstat=Lund;
class Subject Treat Seq Period;
MODEL Log_AUCT Log_AUCinf Log_Cmax=seq subject(seq) Treat period;
lsmeans Treat/stderr; Estimate 'test-ref' Treat -1 1;
Output out=Lund P=PRED R=RESID stdr=eresid STUDENT=STDRESID;
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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.