Sample Size Calculation [Software]

posted by sasikumar – Tamilnadu, India, 2008-04-03 11:19 (6229 d 06:25 ago) – Posting: # 1755
Views: 31,528

Dear All,

Thanks for your previous prompt answer for CV calculation!

I used the following SAS Procedure for Sample Size Calculation and I hope that it would have been a right procdure for calculating power and sample size for BA/BE studies.

How to calculate manually while I am using log transformed data?
Please help me in this regard for manual calculation especially "meanratio" and "Lower and Upper bound" and "CV" or give me a practical example with formula or any material.

proc power;
 Twosamplemeans
  test      = Equiv_ratio
  dist      = lognormal
  meanratio = .1
  CV        = 1.05
  lower     = .80   /*I have doubt that how to fix lower and upper bound, I have doubt that  20% of reference mean of ln transformed or unlogtransformed*/
  upper     = 1.20
  alpha     = 0.01
  power     = .8 .9
  total     = .;
run;


Thanks in advance,

S.Sasikumar


Edit: Reformatted using BBCode 'code' [Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,670 registered users;
21 visitors (0 registered, 21 guests [including 0 identified bots]).
Forum time: 17:45 CEST (Europe/Vienna)

The difference between a surrogate and a true endpoint
is like the difference between a cheque and cash.
You can get the cheque earlier but then,
of course, it might bounce.    Stephen Senn

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