martin ★★ Austria, 2012-11-15 18:29 (4599 d 05:10 ago) Posting: # 9534 Views: 6,113 |
|
Dear all! We recently encountered an unexpected behavior (at least I was not aware of it) with Fieller confidence intervals. It seems that the power for showing equivalence is not maximized at delta = 1 for rather large variances. Is there an error in the code or is this behavior well known? best regards martin
library(pairwiseCI) |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-11-16 02:28 (4598 d 21:11 ago) @ martin Posting: # 9535 Views: 4,979 |
|
Hi Martin, the term “fiducial probability” always scares me shitless. Let’s see: var.equal=F1 var.equal=T2 PowerTOST1 ← larger than at 1 (all methods)1.950 0.23159 0.23411 0.2365934 Not sure whether it is correct to simply plug in your sd 0.25 as CV into PowerTOST (though the mean is 1): power.RatioF(alpha=0.05, theta1=0.8, theta2=1.25, theta0=1, CV=0.25, n=20, design="parallel") . However, the same tendency.Reminds me on the good ol’ days where people started to analyse log-transformed data in BE, but kept the acceptance range at ±20%. Maximum power at 0.9798. ![]() I’m not familiar with this kind of stuff, but doesn’t the analysis work with untransformed data, i.e., Δ ±0.2 → 0.8–1.20?
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
d_labes ★★★ Berlin, Germany, 2012-11-16 10:03 (4598 d 13:36 ago) @ martin Posting: # 9537 Views: 4,830 |
|
Dear Martin, dear Helmut! ❝ We recently encountered an unexpected behavior (at least I was not aware of it) with Fieller confidence intervals. It seems that the power for showing equivalence is not maximized at delta = 1 for rather large variances. Is there an error in the code or is this behavior well known? This behaviour is not unexpected. See the various power curves in: Hauschke, Steinijans, Pigeot This has only partly to do with the fact that we use the 'unsymmetrical' acceptance ranges [theta1=0.8, theta2=1/theta1=1.25] ('unsymmetrical' in the original domain): library(PowerTOST) — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-11-16 14:54 (4598 d 08:45 ago) @ d_labes Posting: # 9541 Views: 4,785 |
|
Dear Detlew & Martin! ❝ This behaviour is not unexpected. See the various power curves in: ❝ Hauschke, Steinijans, Pigeot ❝ "Bioequivalence Studies in Drug Development" ❝ Wiley, Chichester (2007) ❝ Chapter 10: Equivalence assessment for clinical endpoints / ❝ 10.3 Power and sample size calculation They all show maximum power apart from ratio 1.I see. ![]() ❝ This has only partly to do with the fact that we use the 'unsymmetrical' acceptance ranges [theta1=0.8, theta2=1/theta1=1.25] ('unsymmetrical' in the original domain): Noticed that yesterday, but was too tired to explore it further.
❝ ❝ […] is this behavior well known? Yes – at least for equal variances. Martin, your sims show a similar behavior for heterogenous variances. Increase the sample size and see what’s happening.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |