| Literature DB >> 36083435 |
C Hendricks Brown1, Donald Hedeker2, Robert D Gibbons2, Naihua Duan3, Daniel Almirall4, Carlos Gallo5, Inger Burnett-Zeigler5, Guillermo Prado6, Sean D Young7, Alberto Valido8, Peter A Wyman9.
Abstract
Many preventive trials randomize individuals to intervention condition which is then delivered in a group setting. Other trials randomize higher levels, say organizations, and then use learning collaboratives comprised of multiple organizations to support improved implementation or sustainment. Other trials randomize or expand existing social networks and use key opinion leaders to deliver interventions through these networks. We use the term contextually driven to refer generally to such trials (traditionally referred to as clustering, where groups are formed either pre-randomization or post-randomization - i.e., a cluster-randomized trial), as these groupings or networks provide fixed or time-varying contexts that matter both theoretically and practically in the delivery of interventions. While such contextually driven trials can provide efficient and effective ways to deliver and evaluate prevention programs, they all require analytical procedures that take appropriate account of non-independence, something not always appreciated. Published analyses of many prevention trials have failed to take this into account. We discuss different types of contextually driven designs and then show that even small amounts of non-independence can inflate actual Type I error rates. This inflation leads to rejecting the null hypotheses too often, and erroneously leading us to conclude that there are significant differences between interventions when they do not exist. We describe a procedure to account for non-independence in the important case of a two-arm trial that randomizes units of individuals or organizations in both arms and then provides the active treatment in one arm through groups formed after assignment. We provide sample code in multiple programming languages to guide the analyst, distinguish diverse contextually driven designs, and summarize implications for multiple audiences.Entities:
Keywords: Cluster-randomized trials; Clustering; Contextually driven designs; Generalized estimating equations; Individually randomized group treated (IRGT) trials; Learning collaboratives; Mixed effects modeling; Multiplicative implementation strategies; Partially nested designs; Spillover trials
Year: 2022 PMID: 36083435 PMCID: PMC9461380 DOI: 10.1007/s11121-022-01426-9
Source DB: PubMed Journal: Prev Sci ISSN: 1389-4986
Inferences of incorrect and correct analyses of a large individually randomized group treated trial (bold face estimates are erroneous)
| Name and formula | R code for fixed and random effects (R Core Team, | Estimated Standard deviation of random effects or error (δ) (correlation) | ||
|---|---|---|---|---|
| 1. Incorrect ignoring of grouping effects | Fixed effects model ε(Tx) = 0 | lm (y ~ Tx) | 0.456 | σδ = 1.075 |
| 2. Correct specification of IRGT | IRGT model ε(Tx = 0) = 0 ε(Tx = 1) ~ | lmer (y ~ Tx + (− 1 + Tx | group)) | 0.456 (.035) | σδ = 1.002 |
| 3. Incorrect treatment of both arms as including a single grouped random intercept | Random intercept model ε(Tx | group i) ~ | lmer ( y ~ Tx + (1 | group)) | 0.456 | σδ = 1.00 σ = 0.448 |
| 4. Incorrect treatment of arms as having different variances, but no grouping variance | Fixed effects model with ε(Tx = 0) ~ ε(Tx = 1) ~ | glm (y ~ Tx, weights = varIdent(form = ~ 1|Tx)) | 0.456 | σ0 = 1.007 σ1 = 1.049* |
| 5. Incorrect common intercept and treatment random effects | Random intercept and treatment model Var ε = σ2Intercept Var ε(Tx = 1) = σ21 | lmer (y ~ Tx + (1 + Tx |group)) | 0.456 | |
| 6. Incorrect inclusion of two independent random effects, one for control and one for Treatment | Distinct and uncorrelated random effects for each treatment condition Var ε(Tx = 0) = σ20 Var ε(Tx = 1) = σ21 | lmer (y ~ Tx + (− 1 + Tx0 || group) + (− 1 + Tx1 | group) | 0.456 | σ0 = 1.01 σ1 = 0.448 |
*Correctly estimates Var (y | Tx = 1) but ignores group level variance
Fig. 1Type I error (true = 0.05) by ICC and number of groups. IRGT normal data and fixed effect (wrong) analysis
Fig. 2Type I error (true = 0.05) by ICC and number of groups. IRGT normal data and IRGT (Satterthwaite) analysis