Sample Size Calculation [Software]

posted by sasikumar – Tamilnadu, India, 2008-04-03 11:19 (6641 d 05:19 ago) – Posting: # 1755
Views: 36,618

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,653 posts in 4,991 threads, 1,570 registered users;
226 visitors (0 registered, 226 guests [including 25 identified bots]).
Forum time: 16:38 CEST (Europe/Vienna)

The epistemological value of probability theory is based on the fact
that chance phenomena, considered collectively and on a grand scale,
create non-random regularity.    Andrey Kolmogorov

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