BookmarkSubscribeRSS Feed
ahmedazab88
Fluorite | Level 6

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:

ObsSubjectRatio for AUCTRatio for AUC00Ratio for CmaxLundPrescottOutlier
111.409881.315430.911762.730853.27961No
220.953850.947830.968861.000643.27961No

Best Regards

Ahmed

6 REPLIES 6
ahmedazab88
Fluorite | Level 6

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:

ObsSubjectRatio for AUCTRatio for AUC00Ratio for CmaxLundPrescottOutlier
111.409881.315430.911762.730853.27961No
220.953850.947830.968861.000643.27961No

Best Regards

Ahmed

Rick_SAS
SAS Super FREQ

Try posting this to the Community for SAS Statistical Procedures

I am not familiar with Lund's Test. Can you post a reference?  I found this discussion

http://forum.bebac.at/mix_entry.php?id=2144

Many years ago james Handsfield at the CDC developed a SAS macro for detecting outliers. If you want to see what he did, his paper is at http://www2.sas.com/proceedings/sugi23/Posters/p197.pdf

ahmedazab88
Fluorite | Level 6

Thank you Rick

ahmedazab88
Fluorite | Level 6

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;

run;

Best Regards

Ahmed

varinderk
Calcite | Level 5

I have to use Lunds test for Oultlier detection in BE study. In some reference, I found SAS code CALCKE is used for this test. please share the script to run this test

sbxkoenk
SAS Super FREQ

Hello @varinderk ,

I think the CALCKE code is offered in a very voluminous PDF (45MB) from the FDA in the USA.
https://www.accessdata.fda.gov/drugsatfda_docs/nda/2020/203760Orig1s000.pdf

Search for CALCKE, there's SAS macro code beyond page 400!

Kind regards,

Koen

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 6 replies
  • 4243 views
  • 6 likes
  • 4 in conversation