arl_stat ★ India, 2020-06-09 13:41 (1636 d 08:48 ago) Posting: # 21515 Views: 5,180 |
|
Hello Everyone, Hope all are safe in this Pandemic situation My query is regarding the estimation of sample size. For Sample size estimation of replicate study design, the following reference is referred. J Pharm Pharmaceut Sci (www.cspsCanada.org) 15(1) 73 - 84, 2012. Please help me to understand the alpha value considered for sample size estimation. Many thanks in advance. |
Helmut ★★★ Vienna, Austria, 2020-06-09 13:49 (1636 d 08:41 ago) @ arl_stat Posting: # 21516 Views: 4,348 |
|
Hi arl_stat, ❝ Please help me to understand the alpha value considered for sample size estimation. α is the nominal level of the test. In BE generally 0.05, which gives a two-sided 100 × (1 – 2α) = 90% CI. α is fixed by the authority, i.e., you are not free to choose it in sample size estimation. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
arl_stat ★ India, 2020-06-09 14:30 (1636 d 08:00 ago) @ Helmut Posting: # 21517 Views: 4,318 |
|
Thank you sir there is no alpha value mentioned in the reference. Would like to know, which alpha value is considered in the reference for EMA and FDA. thank you Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post #5! [Helmut] |
Helmut ★★★ Vienna, Austria, 2020-06-09 14:42 (1636 d 07:47 ago) @ arl_stat Posting: # 21518 Views: 4,347 |
|
❝ there is no alpha value mentioned in the reference. Would like to know, which alpha value is considered in the reference for EMA and FDA. The paper refers to the EMA’s (ABEL) and the FDA’s (RSABE) methods. Hence, 0.05 as usual. BTW, why don’t you use software like the -package PowerTOST ? The methods are supported by the functions sampleN.scABEL() and sampleN.RSABE() . Then you are free to select any GMR and power. With due respect to the two Lászlós I hold that their number of simulations (10,000) is too small (see this post).At the latest when you have to estimate the sample size for the FDA’s reference-scaling for NTIDs you have to use PowerTOST ’s function sampleN.NTIDFDA() anyway. No tables published.— Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
arl_stat ★ India, 2020-06-11 10:15 (1634 d 12:15 ago) @ Helmut Posting: # 21526 Views: 4,359 |
|
Many thanks Sir. Page no. 10 of 12 of the article for full replicate study, captures the below table: Table A2. Sample sizes for the requirements of EMA in 4-period studies 80% POWER CV GMR 0.85 0.90 0.95 1.00 1.05 1.10 1.15 1.20 I tried calculating the above sample size using the below SAS code but the output did not match. %let CV=0.30; Please guide. Thanks in advance. Edit: Tabulators changed to spaces and BBcoded. Code and results BBCoded; see also this post #6. [Helmut] |
Helmut ★★★ Vienna, Austria, 2020-06-11 14:26 (1634 d 08:04 ago) @ arl_stat Posting: # 21527 Views: 4,213 |
|
Hi arl_stat, we cannot estimate the sample size of any reference-scaling method directly. These methods are frameworks: The decision whether conventional ABE or reference-scaling is used depends on the observed CVwR, for the EMA there is an upper cap at 50%, and all agencies impose a point estimate restriction of 80.00–125.00%. Contrary to ABE with fixed limits, the Null hypothesis is generated in face of the data. Power (and hence, the sample size) given these conditions cannot be derived analytically. We need simulations (as in the paper). See also here and there. Your SAS-code is for ABE with fixed limits of 80–125%. Though it is possible to set up simulations for reference-scaling in SAS (105 studies at least), expect run times of many hours.* Please read now this post as I already suggested previously. Below a comparison of Table A2 of the two Lászlós for CVwR 30% and results obtained by PowerTOST . Runtime for the 16 scenarios on my machine three seconds. Good luck with SAS.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
arl_stat ★ India, 2020-06-29 09:05 (1616 d 13:25 ago) @ Helmut Posting: # 21589 Views: 3,893 |
|
Thank you sir. |