NPavan ☆ India, 2009-05-11 08:17 (5826 d 13:51 ago) Posting: # 3670 Views: 9,803 |
|
Dear all, We are using Paired equivalence procedure in SAS Software for calculating sample size in bioequivalence studies (2x2 Cross over). My doubt is what ever the software gives is the final sample size? Or we need to double it? Please clarify this. Thanks in advance. — Regards, Pavan |
d_labes ★★★ Berlin, Germany, 2009-05-11 10:59 (5826 d 11:09 ago) @ NPavan Posting: # 3672 Views: 8,319 |
|
Dear Pavan, ❝ We are using Paired equivalence procedure in SAS What is "paired equivalence procedure in SAS"? Never heard of such a procedure. The only thing I know is Proc Power (new in SAS 9), which can be used in a wide variety of settings to calculate power or sample size. ❝ [...] My doubt is what ever the software gives is the ❝ final sample size? Or we need to double it? Ever tried to compare your results with available tables or to recalculate some results of available tables in the literature? F. i. Diletti, Hauschke, Steinijans, "Sample size determination for bioequivalence assessment by means of confidence intervals" Int. J. Clin. Pharmacol. Ther. Toxicol. 30, Suppl. 1, p. S51-58 (1991) This is some sort of software validation always necessary. This will also guide you in setting the numerous options in Proc Power, not very well explained (for the un-initiated ![]() — Regards, Detlew |
NPavan ☆ India, 2009-05-11 11:33 (5826 d 10:35 ago) @ d_labes Posting: # 3673 Views: 8,371 |
|
Dear D.Labes Paired Equivalence is one of the procedure for sample size calculation in Analyst application in SAS software. SAS->Solutions->Analysis->Analyst->Sample Size->Paired Equivalence. — Regards, Pavan |
d_labes ★★★ Berlin, Germany, 2009-05-11 15:39 (5826 d 06:29 ago) @ NPavan Posting: # 3674 Views: 8,585 |
|
Dear Pavan! I never have used the Analyst application in SAS up to now for sample size estimation purposes because it is not documented in full detail what is going on there behind the scenes. Now after looking at the code produced by this application (in the macro language of SAS, a beasty dragon to struggle with ![]()
Example: CV=20%, input in the Analyst-application CV=0.28284 desired power 0.8, alpha=0.05, lower BE limit = 0.8, upper=1.25 Results of sample size:
null achieved | Also the differences may be seen not substantial here, the sample sizes are nevertheless not the correct ones. Lessons to learn:
May be Others have more Donot's. — Regards, Detlew |
ElMaestro ★★★ Denmark, 2009-05-11 19:52 (5826 d 02:16 ago) @ d_labes Posting: # 3677 Views: 8,216 |
|
❝ 3. Do not use any software without recalculation of some known test ❝ data (validation). 3a. Do not upgrade software without recalculation of some known test data (validation). 3b. Do not port software from your neighbour's computer to your own computer without recalculation of some known test data (validation). Bst regards EM. |