1/34
Comprehensive vocabulary flashcards covering the concepts, trial designs, statistical hypotheses, and SAS procedures for superiority, equivalence, and non-inferiority trials from STAT 509 Lesson 9.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Superiority trial objective
Establish that the experimental therapy is better than, or statistically different from, its control.
Equivalence trial objective
Demonstrate that the experimental therapy is neither clinically inferior nor clinically superior to the active control within a prespecified equivalence margin.
Non-inferiority trial objective
Demonstrate that the experimental therapy is not unacceptably worse than the active control.
Placebo-controlled trial
A trial comparing experimental therapy with placebo; it usually gives an unambiguous research hypothesis.
Confirmatory trial
A term often used for a placebo-controlled trial.
Active control
An established effective therapy used as the comparison group instead of placebo, typically used when placebo would be unethical.
Standard-of-care
The accepted best available treatment for a disease/condition; it may include drugs, devices, surgery, diet, exercise, or combinations.
Combination superiority design
A design that compares standard-of-care + experimental therapy versus standard-of-care + placebo therapy to show the combination is superior to standard-of-care alone.
Zone of clinical equivalence
A prespecified interval of treatment differences considered clinically equivalent; it must be chosen before the trial begins.
Equivalence margin (ฮจ)
The maximum clinically acceptable magnitude of difference from the active control on either side.
General equivalence zone formula
For difference D=ฮผEโโฮผCโ, clinical equivalence requires โฮจ<D<ฮจ.
Assay-sensitivity assumption
The active control should be a therapy previously proven superior to placebo and should be expected to retain that effect in the current trial.
External validity check
Comparing current active-control performance with prior active-control-versus-placebo trials by examining response levels, compliance, and withdrawal rates.
Intention-to-treat (ITT) analysis
Includes data on all randomized patients according to randomized assignment, regardless of protocol violations, adherence, withdrawal, or taking the other treatment.
Protocol analysis (Per-protocol)
Analyzes subjects according to treatment received and excludes subjects with eligibility violations, noncompliance, or other protocol deviations.
Non-inferiority zone (larger is better)
For D=ฮผEโโฮผCโ, non-inferiority requires D>โฮจ.
Equivalence null hypothesis (H0โ)
H0โ:Dโคโฮจ OR Dโฅฮจ; the treatments are non-equivalent.
Equivalence alternative hypothesis (HAโ)
HAโ:โฮจ<D<ฮจ; the treatments are equivalent within the prespecified margin.
Non-inferiority null hypothesis (H0โ)
H0โ:Dโคโฮจ, assuming larger outcomes are better.
Non-inferiority alternative hypothesis (HAโ)
HAโ:D>โฮจ.
TOST
Two One-Sided Tests; the standard logic for equivalence testing where both non-inferiority and non-superiority nulls must be rejected.
Pooled variance (sp2โ)
sp2โ=nEโ+nCโโ2(nEโโ1)sE2โ+(nCโโ1)sC2โโ.
Non-inferiority t statistic (tNIโ)
tNIโ=spโร1/nEโ+1/nCโโ(xหEโโxหCโ)+ฮจโ
Berger-Hsu equivalence confidence set
A confidence set where the lower endpoint is min(0,D^โt1โฮฑโรSE) and the upper endpoint is max(0,D^+t1โฮฑโรSE).
Equivalence CI decision rule
Conclude equivalence at significance level ฮฑ only if the entire corresponding confidence interval lies within (โฮจ,ฮจ).
NI lower confidence limit (L)
L=D^โt1โฮฑโรSE(D^), when larger responses are better.
NI decision rule
Conclude non-inferiority if the lower confidence limit is greater than โฮจ.
VALIANT trial
A real non-inferiority example comparing valsartan, captopril, or valsartan+captopril in post-MI heart-failure patients.
Continuous equivalence approximate sample size formula
nCโโ(1+1/AR)รฯ2ร(ฮจโโฃD0โโฃ)2(z1โฮฑโ+z1โฮฒ/2โ)2โ, where nEโ=ARรnCโ.
Event-driven equivalence planning
Expressing power for time-to-event equivalence in terms of the required number of observed events.
Constant hazard equation
S(t)=eโฮปรt, so ฮป=โtln(S(t))โ.
Withdrawal adjustment formula
Nadjustedโ=1โWNโ, where W is the anticipated withdrawal proportion.
SAS procedure for continuous equivalence (Example 9.3)
Uses PROC POWER with the TWOSAMPLEMEANS statement and TEST=EQUIV_DIFF.
SAS procedure for binary non-inferiority (Example 9.4)
Uses PROC POWER with TWOSAMPLEFREQ, TEST=PCHI, and SIDES=1 as an adaptation.
SAS procedure for time-to-event non-inferiority (Example 9.5)
Uses PROC POWER with TWOSAMPLESURVIVAL, TEST=LOGRANK, and SIDES=1 as an adaptation.