REVIEW 4 major objections 3 minor 1 cited by
Learning What to Learn: Experimental Design when Combining Experimental with Observational Evidence
T0 review · 4 major / 3 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read This paper establishes that worst-case adaptation regret in designs combining experiments with observational evidence equals the larger of two normalized ratios, turning design choice into tractable optimization.
desk verdict The core minimax-regret characterization is right and worth taking seriously, but the application numbers and the local-asymptotics condition need fixing before this is publishable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the adaptation regret R(E,Σ,γ), a minimax proportional-regret criterion in which a candidate design is compared to an oracle that knows the observational bias bound. With linearly combined experimental and observational estimates, the regret simplifies to the maximum of two normalized terms: variance regret α/α⋆ and bias regret β/β⋆, where the bias term is driven by the sensitivity vector ω = ∂τ/∂θ and the shrinkage weights γ. The quasi-convexity of this max form turns design choice into a mixed-integer quadratic program, giving a closed-form variance-optimal allocation conditional on the chosen arms and weights.
What would settle it
Implement a small two-parameter instance with fixed observational variances σ², experimental variances v², sensitivity weights ω, and a candidate design; for this design compute sup_{B≥0} (α + B²β)/inf_{feasible designs}(α' + B²β') by enumerating B, and compare it to max{α/α⋆, β/β⋆}. A single design where the two differ would refute Theorem 1.
Extended reading notes
Core claim
On the paper's own terms, the discovery is Theorem 1: for any feasible design (E, Σ, γ) satisfying a first-order linearity condition, the adaptation regret R(E,Σ,γ) equals max{α(E,Σ,γ)/α⋆, β(E,γ)/β⋆}. Here α is the estimator's variance, α⋆ the smallest variance attainable over the feasible class; β is the worst-case squared bias from using observational evidence, β⋆ the smallest attainable such bias. The same decomposition extends from linear shrinkage estimators to GMM-style moment selection under arbitrary normed bias sets and to confidence-interval length in partially identified models. This identity is what makes the design problem computationally tractable and is used to produce concret
Load-bearing premise
The whole decomposition rests on Assumption 2 — that the target error is exactly the weighted sum of parameter errors with known sensitivity weights ω — and on the local-misspecification condition ||b_n||₂√n → 0 in Section 5.3; the paper itself notes (Remark 5) that using the same data to estimate the Jacobian and choose the design can invalidate standard inference unless samples are split.
Editorial extensions
If this is right
- Researchers can choose experiments, sample allocations, and shrinkage weights without specifying a bias bound, using only observational estimates, their covariance, and sensitivity weights — the same inputs as a conventional power analysis.
- At the optimum, the two normalized components tend to be equalized, so designs automatically invest in high-sensitivity parameters when bias dominates and in high-variance arms when precision dominates.
- The characterization extends to GMM moment selection, arbitrary norm ambiguity sets, partially identified targets, and confidence-interval length; in point-identified models, minimizing MSE regret and interval-length regret give the same design.
- In the paper's cash-transfer application, the proposed two-arm design has roughly 4.5 times lower worst-case bias than the variance-optimal allocation with only a modest variance increase; in the site-selection application, its worst-case MSE stays within about 20% of the infeasible oracle.
- The output is a complete pre-analysis plan: chosen treatment arms, sample sizes, and a prespecified rule for combining experimental and observational estimates.
Reading between the lines
- The variance/bias regret split suggests a reusable reporting format: any design could be summarized by the pair (α/α⋆, β/β⋆), letting reviewers see immediately which term drives the design and how far the feasible frontier sacrifices one for the other.
- The local-misspecification condition ||b_n||₂√n → 0 (Section 5.3) implies the robustness guarantee is asymptotic in spirit; if real-world biases are fixed rather than local, the regret formula may misstate the true MSE trade-off, so users should check sensitivity of the chosen design to non-local biases.
- The framework's dependence on a known sensitivity vector ω suggests a natural robustness extension: compute the optimal design under a range of plausible ω values, or treat ω as uncertain with a normed ambiguity set, and check whether the chosen experiment changes.
- Because the paper itself warns (Remark 5) that estimating the Jacobian from the same sample used to choose the design can distort inference, an immediate practical rule is to split the observational sample into design and estimation parts before applying the method.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies experimental design when a researcher combines a randomized experiment with observational estimates that may be biased. The target is τ(θ), a known smooth function of parameters. The authors define a minimax proportional-regret criterion relative to an oracle that knows the worst-case bias bound and can choose both design and estimator. Theorem 1 (and its GMM generalization, Theorem 2) claims that the regret equals max{α/α⋆, β/β⋆}, i.e., the maximum of a normalized variance component and a normalized bias component. The paper also treats partially identified targets, confidence-interval length, prior information on the bias bound, and nonlinear estimands through local asymptotics. Two applications are developed: a cash-transfer experiment for general-equilibrium effects and a microfinance site-selection problem. The proposed algorithm is a mixed-integer quadratic program solved with off-the-shelf software.
Significance. If the characterization in Theorem 1 is correct, this is a valuable and potentially influential contribution. It turns a seemingly intractable joint design-and-estimation problem under unknown misspecification into a transparent max of two normalized criteria, requiring only inputs that are standard for power calculations. The proof of the central theorem is concise and plausible, and the MIQP formulation is implementable with standard software. The empirical applications are concrete and use externally calibrated inputs, which is a strength. However, the nonlinear local-asymptotic extension and the headline empirical numbers contain inconsistencies that currently prevent the paper from being accepted as is.
major comments (4)
- [§5.3, Eq. (23)] The stated local condition ||b_n||_2√n → 0 is incompatible with the text immediately below, which claims the framework covers b_n ∼ n^{-α} for α > 1/4. For α = 1/4, √n||b_n||_2 = n^{1/4}, which violates (23); the condition actually requires α > 1/2. The natural corrected condition, needed for the Taylor remainder and for the plug-in gradient error to be negligible, is √n||b_n||_2² → 0. Please correct (23) and provide a proof of the expansion under the corrected condition.
- [§5.3, displayed GMM expansion] The expansion √n(θ̂ − θ) = −(Λ⊤WΛ)^{−1}Λ⊤W√n(ḡΣ − b_n) + o_p(1) is not the standard GMM expansion when E[ḡΣ] = b_n. The usual expansion contains an additional term −(Λ⊤WΛ)^{−1}Λ⊤W√n b_n, which is non-negligible unless √n b_n → 0. Dropping this term changes the asymptotic bias and therefore the bias component of the regret formula in Theorem 2. This is load-bearing for the nonlinear/GMM extension and for the empirical applications that rely on it. The authors should either rescale the parameterization so that the bias enters as a fixed vector in the local asymptotics, or derive the correct MSE expression with the bias term included.
- [§1 and §6.1] The headline empirical claims in the introduction are inconsistent with the results reported in Section 6.1. The introduction states that at n_tot = 1000 the two-arm design delivers 'more than a 400% reduction in bias (and adaptation regret) with variance no larger than 30% of the Neyman variance', and that a single-arm design yields a '140% reduction in bias at the cost of only about a 12% increase in variance'. But Section 6.1 (Figure 4 and surrounding text) reports that the Neyman variance is only about 14% smaller for one arm and 35% smaller for two arms, and that the Neyman bias is about 1.4 times larger (one arm) and 4.5 times larger (two arms). These numbers imply a variance ratio of roughly 1.16 and 1.54 relative to Neyman, not 30%, and bias reductions of roughly 29% and 78%, not 140% and 400%. The microfinance summary in the introduction ('reduce MSE by more than 250%') is simil
- [§5.3, Remark 5] The discussion of estimating ω at the biased observational estimate is only heuristic. The text argues that b_n → 0 makes Jacobians and gradients consistently estimable, but the regret formula involves a supremum over B and over designs. Pointwise op(1) convergence of the first-order expansion does not automatically preserve the uniform regret characterization. A formal lemma is needed showing that, under the corrected condition √n||b_n||_2² → 0, the error from plugging in ω(θ̂_obs) is uniformly negligible in the regret objective over the feasible class D′ and over B ≥ 0. Without such a lemma, the claim that the same regret-optimal design is valid for nonlinear τ and GMM is not rigorously supported.
minor comments (3)
- [§6.1, Figure 4] The y-axis label 'Neyman/Regret Optimal' is ambiguous. It appears to plot the ratio of Neyman regret to the proposed design's regret, but the text should state this explicitly.
- [§5.3, Eq. (23)] If the corrected condition is √n||b_n||_2² → 0, the statement 'encompassing ||b_n||_2 = 1/n as a special case' remains true (since √n·n^{-2} → 0), but the phrase 'grow faster ... than the standard error' should be reconciled with the condition in a revised sentence.
- [Appendix A.3, Corollary 1] The line 'Because Ṙ_l(W,Σ) = R_l(W,Σ)^{1/2}' is correct only after squaring the regret definitions consistently; please add a brief clarification.
Circularity Check
No significant circularity: the regret decomposition is derived from stated assumptions, not fitted or defined into existence.
full rationale
I traced the derivation chain. Theorem 1 is proven in Appendix A.1 from the MSE decomposition sup_b∈B(B) MSE_b = α + B^2 β, the oracle envelope δ(t) = inf(α + tβ), and the quasi-convexity of (α + tβ)/δ(t); α⋆ and β⋆ are the t = 0 and t → ∞ limits of the same envelope, so the max-form is a mathematical consequence rather than a restatement of the inputs. The same argument structure proves Theorems 2–4. The empirical sections calibrate ω, Σ_obs, y0, d from the observational sample and prior literature, but these are inputs to the optimization; the paper does not fit a parameter and then relabel its fitted value as a prediction. In the microfinance application, the bias bound B is calibrated ex post from Banerjee et al. (2024) and explicitly not used in the design, so the MSE comparison functions as an external benchmark. The only flagged issue, Section 5.3's condition ||b_n||_2 √n → 0 alongside the claim that b_n ∼ n^{-α} for α > 1/4, is an internal consistency/correctness concern about the local asymptotics, not a circular step: Assumption 2 is stated, not derived from the regret formula. Self-citations (Viviano 2020; Breza et al. 2025; Rambachan et al. 2024) appear only in the literature review and are not load-bearing for the central result.
Assumptions & free parameters
free parameters (4)
- y₀ (income multiplier in GE application) =
1.5
- d (demand slope parameter) =
0.5·(1−S₀)/W₀
- Per-unit experimental variances vⱼ² =
Calibrated to corresponding diagonal of Σ_obs times n_obs
- Microfinance area experimental variance 2·v_pre,a² =
2·v_pre,a²
assumptions (6)
- domain assumption Setting 1: observational estimate satisfies E[θ̃_obs]−θ = b for unknown b; experimental estimates are unbiased; joint covariance Σ(E) is known.
- domain assumption Assumption 1: feasible set D has uniformly bounded, strictly positive definite Σ(E), and γ=1 is admissible.
- domain assumption Assumption 2: first-order linearity τ(θ)−τ(θ̂) = Σ ωⱼ(θⱼ−θ̂ⱼ) with known ω, |ωⱼ|∈(0,1).
- domain assumption Assumption 3 (GMM version): Λ⊤WΛ is invertible and ΓΛ(W)ΣΓΛ(W)⊤ has uniformly bounded entries and is positive definite.
- domain assumption Local misspecification condition ||bₙ||₂√n → 0 (Section 5.3, (23)).
- domain assumption The estimand τ and sensitivity ω are known/specified a priori.
Cite this review
Pith. "Pith review of Learning What to Learn: Experimental Design when Combining Experimental with Observational Evidence." pith.science (2026). https://pith.science/paper/SH2OHCDW
@misc{pith2026251023434,
author = {Pith},
title = {Pith review of: Learning What to Learn: Experimental Design when Combining Experimental with Observational Evidence},
year = {2026},
howpublished = {\url{https://pith.science/paper/SH2OHCDW}},
note = {Machine review of arXiv:2510.23434}
}
read the original abstract
Experiments deliver credible treatment-effect estimates but, because they are costly, are often restricted to specific sites, small populations, or particular mechanisms. A common practice across several fields is therefore to combine experimental estimates with reduced-form or structural external (observational) evidence to answer broader policy questions, such as those involving general equilibrium effects or external validity. We develop a unified framework for the design of experiments when combined with external evidence, i.e., choosing which experiment(s) to run and how to allocate sample size under arbitrary budget constraints. Because observational evidence may suffer bias unknown ex-ante, we evaluate designs using a minimax proportional-regret criterion that compares any candidate design to an oracle with knowledge about the observational study bias that jointly chooses the design and estimator. This yields a transparent bias-variance trade-off that does not require the researcher to specify a bias bound and relies only on information already needed for conventional power calculations. We illustrate the framework for studying the general equilibrium effects of cash transfer programs.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 1 Pith paper
-
Better Measurement or Larger Samples? Data Collection for Policy Learning with Unobserved Heterogeneity
The paper derives rate-sharp regret bounds showing how estimate precision affects policy performance with latent traits and provides a sufficient condition for minimax-optimal data collection plans balancing measureme...
Reference graph
Works this paper leans on
-
[1]
Abadie, A. and J. Zhao (2021). Synthetic controls for experimental design. arXiv preprint arXiv:2108.02196\/
arXiv 2021
-
[2]
Allcott, H., J. C. Castillo, M. Gentzkow, L. Musolff, and T. Salz (2025). Sources of market power in web search: Evidence from a field experiment. Technical report, National Bureau of Economic Research
2025
-
[3]
Gallego, and C
Allende, C., F. Gallego, and C. Neilson (2019). Approximating the equilibrium effects of informed school choice. Technical report
2019
-
[4]
Barahona, M
Andrews, I., N. Barahona, M. Gentzkow, A. Rambachan, and J. M. Shapiro (2025). Structural estimation under misspecification: Theory and implications for practice. The Quarterly Journal of Economics\/ , qjaf018
2025
-
[5]
Gentzkow, and J
Andrews, I., M. Gentzkow, and J. M. Shapiro (2017, 06). Measuring the sensitivity of parameter estimates to estimation moments. The Quarterly Journal of Economics\/ 132\/ (4), 1553--1592
2017
-
[6]
Gentzkow, and J
Andrews, I., M. Gentzkow, and J. M. Shapiro (2020). Transparency in structural research. Journal of Business & Economic Statistics\/ 38\/ (4), 711--722
2020
-
[7]
Kitagawa, and A
Andrews, I., T. Kitagawa, and A. McCloskey (2024). Inference on winners. The Quarterly Journal of Economics\/ 139\/ (1), 305--358
2024
-
[8]
Andrews, I. and J. M. Shapiro (2021). A model of scientific communication. Econometrica\/ 89\/ (5), 2117--2142
2021
Show all 90 references
-
[9]
Armstrong, T. B., P. Kline, and L. Sun (2024). Adapting to misspecification
2024
-
[10]
Armstrong, T. B. and M. Koles \'a r (2018). Optimal inference in a class of regression models. Econometrica\/ 86\/ (2), 655--683
2018
-
[11]
Armstrong, T. B. and M. Koles \'a r (2021). Sensitivity analysis using approximate moment condition models. Quantitative Economics\/ 12\/ (1), 77--108
2021
-
[12]
Aronow, P. M., C. Samii, et al. (2017). Estimating average causal effects under general interference, with application to a social network experiment. The Annals of Applied Statistics\/ 11\/ (4), 1912--1947
2017
-
[13]
Asher, S., T. Lunt, R. Matsuura, and P. Novosad (2019). The socioeconomic high-resolution rural-urban geographic dataset on india (shrug). URL: https://doi. org/10.7910/DVN/DPESAK\/
2019 doi
-
[14]
Chetty, and G
Athey, S., R. Chetty, and G. Imbens (2020). Combining experimental and observational data to estimate treatment effects on long term outcomes. arXiv preprint arXiv:2006.09676\/
2020 arXiv
-
[15]
Chetty, and G
Athey, S., R. Chetty, and G. Imbens (2025). The experimental selection correction estimator: Using experiments to remove biases in observational estimates. Technical report, National Bureau of Economic Research
2025
-
[16]
Athey, S. and G. W. Imbens (2017). The econometrics of randomized experiments. In Handbook of economic field experiments , Volume 1, pp.\ 73--140. Elsevier
2017
-
[17]
Atkinson, A. C. and V. Fedorov (1975). The design of experiments for discriminating between two rival models. Biometrika\/ 62\/ (1), 57--70
1975
-
[18]
Attanasio, O. P., C. Meghir, and A. Santiago (2012). Education choices in mexico: using a structural model and a randomized experiment to evaluate progresa. The Review of Economic Studies\/ 79\/ (1), 37--66
2012
-
[19]
Bai, Y. (2019). Optimality of matched-pair designs in randomized controlled trials. Available at SSRN 3483834\/
2019
-
[20]
Jalal, and N
Bandiera, O., A. Jalal, and N. Roussille (2025). The illusion of time: Gender gaps in job search and employment. Technical report, National Bureau of Economic Research
2025
-
[21]
Breza, A
Banerjee, A., E. Breza, A. G. Chandrasekhar, E. Duflo, M. O. Jackson, and C. Kinnan (2024). Changes in social network structure in response to exposure to formal credit markets. Review of Economic Studies\/ 91\/ (3), 1331--1372
2024
-
[22]
Banerjee, A. V., S. Chassang, S. Montero, and E. Snowberg (2020). A theory of experimenters: Robustness, randomization, and balance. American Economic Review\/ 110\/ (4), 1206--1230
2020
-
[23]
Bergquist, L. F. and M. Dinerstein (2020). Competition and entry in agricultural markets: Experimental evidence from kenya. American Economic Review\/ 110\/ (12), 3705--3747
2020
-
[24]
Johnson, and N
Bertsimas, D., M. Johnson, and N. Kallus (2015). The power of optimization over randomization in designing experiments involving small samples. Operations Research\/ 63\/ (4), 868--876
2015
-
[25]
Bickel, P. (1984). Parametric robustness: small biases can be worthwhile. The Annals of Statistics\/ 12\/ (3), 864--879
1984
-
[26]
Bonhomme, S. and M. Weidner (2022). Minimizing sensitivity to model misspecification. Quantitative Economics\/ 13\/ (3), 907--954
2022
-
[27]
Box, G. E. and N. R. Draper (1959). A basis for the selection of a response surface design. Journal of the American Statistical Association\/ 54\/ (287), 622--654
1959
-
[28]
Breza, E., A. G. Chandrasekhar, and D. Viviano (2025). Generalizability with ignorance in mind: learning what we do (not) know for archetypes discovery. arXiv preprint arXiv:2501.13355\/
2025 arXiv
-
[29]
Colomboni, and M
Cesa-Bianchi, N., R. Colomboni, and M. Kasy (2025). Adaptive maximization of social welfare. Econometrica\/ 93\/ (3), 1073--1104
2025
-
[30]
Chaloner, K. and I. Verdinelli (1995). Bayesian experimental design: A review. Statistical science\/ , 273--304
1995
-
[31]
Chamberlain, G. (2000). Econometric applications of maxmin expected utility. Journal of Applied Econometrics\/ 15\/ (6), 625--644
2000
-
[32]
Chaudhuri, P. and P. A. Mykland (1993). Nonlinear experiments: Optimal design and inference based on likelihood. Journal of the American Statistical Association\/ 88\/ (422), 538--546
1993
-
[33]
Hendren, and L
Chetty, R., N. Hendren, and L. F. Katz (2016). The effects of exposure to better neighborhoods on children: New evidence from the moving to opportunity experiment. American Economic Review\/ 106\/ (4), 855--902
2016
-
[34]
Cytrynbaum, M. (2021). Optimal stratification of survey experiments. arXiv preprint arXiv:2111.08157\/
2021 arXiv
-
[35]
Finan, A
de Albuquerque, A., F. Finan, A. Jha, L. Karpuska, and F. Trebbi (2025). Decoupling taste-based versus statistical discrimination in elections. Technical report, National Bureau of Economic Research
2025
-
[36]
de Chaisemartin, C. and X. D'Haultf uille (2020). Empirical mse minimization to estimate a scalar parameter. arXiv preprint arXiv:2006.14667\/
2020 arXiv
-
[37]
Dominitz, J. and C. F. Manski (2017). More data or better data? a statistical decision problem. The Review of Economic Studies\/ 84\/ (4), 1583--1605
2017
-
[38]
Donoho, D. L. (1994). Statistical estimation and optimal recovery. The Annals of Statistics\/ 22\/ (1), 238--270
1994
-
[39]
Donoho, D. L., R. C. Liu, and B. MacGibbon (1990). Minimax risk over hyperrectangles, and implications. The Annals of Statistics\/ , 1416--1437
1990
-
[40]
Glennerster, and M
Duflo, E., R. Glennerster, and M. Kremer (2007). Using randomization in development economics research: A toolkit. Handbook of development economics\/ 4 , 3895--3962
2007
-
[41]
Huitfeldt, S
Dutz, D., I. Huitfeldt, S. Lacouture, M. Mogstad, A. Torgovitsky, and W. Van Dijk (2021). Selection in surveys: Using randomized incentives to detect and account for nonresponse bias. Technical report, National Bureau of Economic Research
2021
-
[42]
Haushofer, E
Egger, D., J. Haushofer, E. Miguel, P. Niehaus, and M. Walker (2022). General equilibrium effects of cash transfers: Experimental evidence from K enya. Econometrica\/ 90\/ (6), 2603--2643
2022
-
[43]
Espey, M. and D. D. Thilmany (2000). Farm labor demand: A meta-regression analysis of wage elasticities. Journal of Agricultural and Resource Economics\/ , 252--266
2000
-
[44]
Gechter, M. (2022). Combining experimental and observational studies in meta-analysis: A debiasing approach. Working paper, Pennylvania State University and London School of Economics
2022
-
[45]
Hirano, J
Gechter, M., K. Hirano, J. Lee, M. Mahmud, O. Mondal, J. Morduch, S. Ravindran, and A. S. Shonchoy (2024). Selecting experimental sites for external validity. arXiv preprint arXiv:2405.13241\/
2024 arXiv
-
[46]
Gerber, A. S. and D. P. Green (2012). Field Experiments: Design, Analysis, and Interpretation . New York: W. W. Norton & Company
2012
-
[47]
Ghanem, D., P. H. Sant'Anna, and K. W \"u thrich (2022). Selection and parallel trends. arXiv preprint arXiv:2203.09001\/
2022 arXiv
-
[48]
Higbee, S. D. (2024). Experimental design for policy choice
2024
-
[49]
Hu, Y., H. Zhu, E. Brunskil, and S. Wager (2024). Minimax-regret sample selection in randomized experiments. In Proceedings of the 25th ACM Conference on Economics and Computation , pp.\ 1209--1235
2024
-
[50]
Kallus, N. (2018). Optimal a priori balance in the design of controlled experiments. Journal of the Royal Statistical Society Series B: Statistical Methodology\/ 80\/ (1), 85--112
2018
-
[51]
Kallus, N., A. M. Puli, and U. Shalit (2018). Removing hidden confounding by experimental grounding. Advances in neural information processing systems\/ 31
2018
-
[52]
Kasy, M. (2016). Why experimenters might not always want to randomize, and what they could do instead. Political Analysis\/ 24\/ (3), 324--338
2016
-
[53]
Kasy, M. and A. Sautmann (2019). Adaptive treatment assignment in experiments for policy choice
2019
-
[54]
Katz, J. and H. Allcott (2025). Digital media mergers: Theory and application to facebook-instagram. Technical report, Working paper
2025
-
[55]
Kempthorne, P. J. (1988). Controlling risks under different loss functions: The compromise decision problem. The Annals of Statistics\/ 16\/ (4), 1594--1608
1988
-
[56]
Kiefer, J. and J. Wolfowitz (1959). Optimum designs in regression problems. The annals of mathematical statistics\/ 30\/ (2), 271--294
1959
-
[57]
Kitagawa, T. and A. Tetenov (2018). Who should be treated? E mpirical welfare maximization methods for treatment choice. Econometrica\/ 86\/ (2), 591--616
2018
-
[58]
Gaduh, T
Kreindler, G., A. Gaduh, T. Graff, R. Hanna, and B. A. Olken (2023). Optimal public transportation networks: Evidence from the world's largest bus rapid transit system in jakarta. Technical report, National Bureau of Economic Research
2023
-
[59]
Kwon, S. and L. Sun (2025). Estimating treatment effects under bounded heterogeneity. arXiv preprint arXiv:2510.05454\/
2025 arXiv
-
[60]
Larroucau, T., I. Rios, A. Fabre, and C. Neilson (2024). College application mistakes and the design of information policies at scale. Unpublished paper, Arizona State University, Tempe\/
2024
-
[61]
List, J. A., S. Sadoff, and M. Wagner (2011). So you want to run an experiment, now what? some simple rules of thumb for optimal experimental design. Experimental Economics\/ 14\/ (4), 439--457
2011
-
[62]
Tommasi, and P
L \'o pez-Fidalgo, J., C. Tommasi, and P. C. Trandafir (2007). An optimal experimental design criterion for discriminating between non-normal models. Journal of the Royal Statistical Society Series B: Statistical Methodology\/ 69\/ (2), 231--242
2007
-
[63]
Manski, C. (2004). Statistical treatment rules for heterogeneous populations. Econometrica\/ 72\/ (4), 1221--1246
2004
-
[64]
Manski, C. F. (1990). Nonparametric bounds on treatment effects. The American Economic Review\/ 80\/ (2), 319--323
1990
-
[65]
Manski, C. F. (2025). Using limited trial evidence to credibly choose treatment dosage when efficacy and adverse effects weakly increase with dose. Epidemiology\/ 36\/ (1), 60--65
2025
-
[66]
Manski, C. F. and A. Tetenov (2007). Admissible treatment rules for a risk-averse planner with experimental data on an innovation. Journal of Statistical Planning and Inference\/ 137\/ (6), 1998--2010
2007
-
[67]
Manski, C. F. and A. Tetenov (2016). Sufficient trial size to inform clinical practice. Proceedings of the National Academy of Sciences\/ 113\/ (38), 10518--10523
2016
-
[68]
Meghir, C., A. M. Mobarak, C. Mommaerts, and M. Morten (2022). Migration and informal insurance: Evidence from a randomized controlled trial and a structural model. The Review of Economic Studies\/ 89\/ (1), 452--480
2022
-
[69]
Qiu, and J
Montiel Olea, J., C. Qiu, and J. Stoye (2023). Decision theory for treatment choice with partial identification. Preprint\/
2023
-
[70]
Morita, S., P. F. Thall, and K. Takeda (2017). A simulation study of methods for selecting subgroup-specific doses in phase 1 trials. Pharmaceutical statistics\/ 16\/ (2), 143--156
2017
-
[71]
Muralidharan, K. and P. Niehaus (2017). Experimentation at scale. Journal of Economic Perspectives\/ 31\/ (4), 103--24
2017
-
[72]
Romero, and K
Muralidharan, K., M. Romero, and K. W \"u thrich (2020). Factorial designs, model selection, and (incorrect) inference in randomized experiments. NBER Working Paper
2020
-
[73]
Niederle, M. (2025). Experiments: Why, how, and a users guide for producers as well as consumers. Technical report, National Bureau of Economic Research
2025
-
[74]
Olea, J. L. M., B. Prallon, C. Qiu, J. Stoye, and Y. Sun (2024). Externally valid selection of experimental sites via the k-median problem. arXiv preprint arXiv:2408.09187\/
2024 arXiv
-
[75]
Porter, S., T. A. Murray, and A. Eaton (2024). Phase i/ii design for selecting subgroup-specific optimal biological doses for prespecified subgroups. Statistics in Medicine\/ 43\/ (28), 5401--5411
2024
-
[76]
Singh, and D
Rambachan, A., R. Singh, and D. Viviano (2024). Program evaluation with remotely sensed outcomes. arXiv preprint arXiv:2411.10959\/
2024 arXiv
-
[77]
Ravallion, M. (2012). Fighting poverty one experiment at a time: A review of abhijit banerjee and esther duflo's poor economics: A radical rethinking of the way to fight global poverty. Journal of Economic Literature\/ 50\/ (1), 103--114
2012
-
[78]
Reeves, S. W., S. Lubold, A. G. Chandrasekhar, and T. H. McCormick (2024). Model-based inference and experimental design for interference using partial network data. arXiv preprint arXiv:2406.11940\/
2024 arXiv
-
[79]
Rosenman, E. T. and A. B. Owen (2021). Designing experiments informed by observational studies. Journal of Causal Inference\/ 9\/ (1), 147--171
2021
-
[80]
Rosenman, E. T., A. B. Owen, M. Baiocchi, and H. R. Banack (2022). Propensity score methods for merging observational and experimental datasets. Statistics in Medicine\/ 41\/ (1), 65--86
2022
-
[81]
Russo, D. J., B. Van Roy, A. Kazerouni, I. Osband, Z. Wen, et al. (2018). A tutorial on thompson sampling. Foundations and Trends in Machine Learning\/ 11\/ (1), 1--96
2018
-
[82]
Sacks, J. and D. Ylvisaker (1984). Some model robust designs in regression. The Annals of Statistics\/ , 1324--1348
1984
-
[83]
Silvey, S. (2013). Optimal design: an introduction to the theory for parameter estimation , Volume 1. Springer Science & Business Media
2013
-
[84]
Tabord-Meehan, M. (2018). Stratification trees for adaptive randomization in randomized controlled trials. arXiv preprint arXiv:1806.05127\/
2018 arXiv
-
[85]
Todd, P. E. and K. I. Wolpin (2006). Assessing the impact of a school subsidy program in mexico: Using a social experiment to validate a dynamic behavioral model of child schooling and fertility. American Economic Review\/ 96\/ (5), 1384--1417
2006
-
[86]
Tsirpitzi, R. E., F. Miller, and C.-F. Burman (2023). Robust optimal designs using a model misspecification term. Metrika\/ 86\/ (7), 781--804
2023
-
[87]
Tsybakov, A. B. (1998). Pointwise and sup-norm sharp adaptive estimation of functions on the sobolev classes. The Annals of Statistics\/ 26\/ (6), 2420--2469
1998
-
[88]
Viviano, D. (2020). Experimental design under network interference. arXiv preprint arXiv:2003.08421\/
2020 arXiv
-
[89]
Wiens, D. P. (1998). Minimax robust designs and weights for approximately specified regression models with heteroscedastic errors. Journal of the American Statistical Association\/ 93\/ (444), 1440--1450
1998
-
[90]
Kirubi, K
Wingfield, T., B. Kirubi, K. Viney, D. Boccia, S. Atkins, et al. (2023). Experiences of conditional and unconditional cash transfers intended for improving health outcomes and health service use: a qualitative evidence synthesis. Cochrane Database of Systematic Reviews\/ (3)
2023
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.