Reference replicate design [RSABE / ABEL]

posted by dinesh prabhu – 2012-04-28 08:24 (4765 d 07:19 ago) – Posting: # 8470
Views: 4,004

Dear All

We completed a reference replicate design (3 WC) for FDA submission


while calculating the Geo mean ratio in SABE we had a confusion in using the SAS codes as below

we calculated the GMR as per the below code

pointest=exp(estimate);

poinREF=exp(estimate);

data dglmno;
set dglmn;
DIFF= (pointest-poinREF)**2;
theta=((log(1.25))/0.25)**2;
y=-theta*s2wr;
boundy=y*dfd/cinv(0.95,dfd);
ucl= DIFF- boundy;
lcl= DIFF+ boundy;
sWR=sqrt(s2wr);
critbound=(x+y)+sqrt(((boundx-x)**2)+((boundy-y)**2));
Geomean_ratio= pointest/ poinREF;


But other statistician used diffrent code as below

pointest=exp(estimate);

data dglmno;
set dglmn;
theta=((log(1.25))/0.25)**2;
y=-theta*s2wr;
boundy=y*dfd/cinv(0.95,dfd);
sWR=sqrt(s2wr);
critbound=(x+y)+sqrt(((boundx-x)**2)+((boundy-y)**2));
Geomean_ratio= pointest;


So kinldy help me out in differntiating in which one is the correct way to calculate the GMR

Thanks

Dinesh


Edit: Category changed. [Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,668 registered users;
136 visitors (0 registered, 136 guests [including 86 identified bots]).
Forum time: 15:43 CEST (Europe/Vienna)

Don’t undertake a project
unless it’s manifestly important
and nearly impossible.    Edwin H. Land

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5