Pith. sign in

REVIEW 3 major objections 5 minor 287 references

A Statistical Framework for Data-Driven Discovery of Differential Performance in Clinical Risk Prediction Models

T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read This paper proposes the unfairness tree (utree), a recursive partitioning method that discovers covariate-defined subgroups where a clinical risk model is miscalibrated, without requiring the user to pre-specify groups, and reports that…

desk verdict Useful, honest method for discovering unknown subgroup disparities, but its permutation null is not the calibration null, so the type I error guarantee is narrower than claimed. read the letter →

arxiv 2608.01333 v1 pith:PT4HHC4D submitted 2026-08-02 stat.ME stat.ML

classification stat.MEstat.ML MSC 62H3062G1062P10
keywords StatisticalmachinelearningModelevaluationRiskpredictionCounterfactualinferenceRecursivepartitioningClinicalmodelsAlgorithmicfairnessUnfairnesstree
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Clinical risk models can be well calibrated overall yet badly wrong in subgroups defined by several intersecting characteristics, and standard fairness audits check only groups the analyst names in advance. This paper proposes the unfairness tree (utree), a recursive partitioning method that lets the data reveal subgroups where predictions and observed outcomes diverge. The paper's central claim is that the utree detects local miscalibration without pre-specified groups, keeps the probability of a spurious split near the nominal level (about 0.05), and grows better at finding true disparities as sample size and signal strength increase. A sympathetic reader would care because this turns subgroup fairness from a checklist question into a discovery problem: which patients, defined by which combinations of characteristics, are being systematically over- or under-predicted.

What carries the argument

The engine is the utree algorithm, built on conditional-inference trees. For each candidate splitting covariate $Z_j$, it computes the statistic $T_j = \sup_z \left| \hat{F}_j(z; w_{\hat{Y}^0}) - \hat{F}_j(z; w_{\hat{s}}) \right|$, where $\hat{F}_j(z; w)$ is the weighted empirical cumulative distribution function of $Z_j$ under weights given by the doubly robust counterfactual outcome estimates and by predicted risk. This is a Lorenz-curve comparison: under calibration the two weighted distributions coincide, and their maximum gap is the test signal. Variable and split-point selection are separated, and significance is assessed by permuting the $(\hat{Y}^0, \hat{s})$ pairs jointly while holding $Z$ fixed. The same recursion can target true-positive rate or precision by changing the weight functions, so the tree machinery is a general search over subgroups for whichever performance discrepancy the user defines.

What would settle it

A large-scale null simulation is the direct check: generate data with no differential performance, run the utree on tens of thousands of replicates at several sample sizes, and compare the proportion of trees making at least one split with the nominal 0.05. If that proportion rises systematically with sample size rather than staying flat near 0.05, the permutation null is not valid after adaptive splitting, and the method's central operating-characteristic claim fails. A within-tree check would compare permutation p-values at a node reached after several splits with p-values computed from an independent sample using the same node definition.

Watch

Extended reading notes

Core claim

The central discovery is that a conditional-inference tree whose splits are guided by a Kolmogorov–Smirnov-type statistic can localize differential model performance. At each node the method compares the covariate distribution weighted by estimated counterfactual outcomes $\hat{Y}^0$ with the same distribution weighted by predicted risks $\hat{s}$; a large gap means observed and predicted risk are distributed differently along that covariate, so the covariate is informative about where calibration fails. In simulations the method shows split probabilities near nominal level under the null (0.048 at $N=10^3$), increasing power under miscalibration and imbalance scenarios, and leaf-wise estimates of subgroup discrepancy with small bias. In six mortality models fitted to the GUSTO-I trial, age, sex, systolic blood pressure, and Killip class were repeatedly selected, and the terminal subgroups it found often involve interactions of three or more variables rather than single-axis partitions.

Load-bearing premise

The load-bearing premise is that the permutation test—which jointly shuffles outcome estimates and predicted risks while holding covariates fixed—still gives a valid reference distribution after the tree has chosen splits greedily and adaptively from the data. The paper states that formal guarantees for tree-level inference and subgroup stability are open, so if those p-values drift, some reported subgroups could be artifacts of the search rather than real disparities.

Editorial extensions

If this is right

  • Fairness audits can operate without a pre-specified group list; intersectional subgroups are the output of the tree, not the input.
  • Evaluation covariates need not be the model's inputs, so utree can ask whether a risk model performs differently across characteristics like socioeconomic status that the model never saw.
  • The same partitioning logic with different weight functions targets calibration, true-positive rate, or precision, and the GUSTO-I analysis shows the chosen metric changes which subgroups are flagged.
  • Leaf-wise discrepancy estimates give each patient a predicted calibration error for their subgroup, and out-of-sample checks in the paper indicate these estimates are stable enough to use as exploratory summaries.
  • Because the statistic ignores uniform multiplicative miscalibration shared by all groups, utree is a test for heterogeneous relative miscalibration, not a substitute for checking overall calibration.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial extension: because Appendix E shows the normalized statistic is blind to a constant multiplicative bias, a real-world audit should pair utree with a global calibration check; a model that is uniformly overconfident could pass the tree screen.
  • Editorial extension: the same recursive template transfers to any setting with a binary outcome, a risk score, and a defensible counterfactual reference, provided positivity, consistency, and no-unmeasured-confounding hold.
  • Editorial extension: a natural next simulation study, named but not carried out here, is to run the same battery with TPR and precision weight functions to check whether type I error and recovery guarantees extend to threshold-based metrics.
  • Editorial extension: until selective inference for adaptive splits exists, users should read terminal-leaf discrepancies as ranked hypotheses to validate, not as confidence intervals.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces the unfairness tree (utree), a recursive partitioning method for data-driven discovery of subgroups in which a clinical risk prediction model exhibits differential performance. The method uses conditional-inference trees, with variable and split-point selection guided by a Kolmogorov–Smirnov-type statistic comparing covariate distributions weighted by counterfactual outcome estimates and predicted risks. A doubly robust estimator is used to estimate counterfactual outcomes under a reference treatment. The authors present simulations varying sample size, correlation, and unfairness-generating mechanisms, reporting type I error near nominal level, reasonable power to detect higher-order interactions, and small bias in leaf-level discrepancy estimates. They then apply the method to six mortality risk models in the GUSTO-I trial, identifying subgroups defined by combinations of age, sex, blood pressure, Killip class, and other variables. The paper acknowledges several limitations, including the lack of formal tree-level inference and the exploratory nature of the subgroup estimates.

Significance. If the approach is valid, it addresses a real gap in fairness evaluation: existing methods typically require pre-specified groups, whereas the utree automatically discovers intersecting subgroups with heterogeneous model performance. The paper provides a useful algorithmic framework that extends to multiple performance metrics through weighting functions, builds on the conditional-inference tree literature to avoid variable-selection bias, and is evaluated in both simulations and a substantial clinical dataset. The authors are also commendably explicit about the exploratory nature of the estimates and the open theoretical questions. However, the central statistical guarantee—nominal type I error under the stated null—is not established by the current permutation procedure, which is a load-bearing issue for the paper's main claim.

major comments (3)
  1. [§3.1 / Appendix E] The permutation null in Section 3.1 is not the same as the null hypothesis stated for the test statistic. The statistic T_j in Eq. (5) is said to test H0: F_j(z; w_{Y^0}) = F_j(z; w_s) for all z, which Appendix E shows is equivalent to E[Y^0 | Z=z]/E[Y^0] = E[s | Z=z]/E[s] almost surely, i.e., a conditional-mean restriction. The permutation procedure jointly permutes the pairs (Y^0_i, s_i) across observations while holding Z fixed, which instead generates a reference distribution under the stronger condition that (Y^0, s) is independent of Z. When the conditional-mean null holds but Var(Y^0 | Z) varies with Z, the true null distribution of the supremum statistic depends on the conditional variance function, whereas the permutation distribution uses the unconditional variance. In the paper's own null simulation (Section 4.1), s_i equals the true risk s^0_i and Y^0_i is Bernoulli(s^0_i), so Var(Y^0_i | Z_i) = s^0_i(1 - s^0_i) varies with Z; the reported split probability of 0.048 (Table A3) therefore reflects one conditional-variance profile and does not establish general type I error control. The Section 6 limitation about tree-level guarantees does not address this node-level validity gap. I recommend either proving that the permutation procedure yields a valid reference distribution for the KS-type statistic under the conditional-mean null, or replacing it with a method that is valid under conditional heteroskedasticity (e.g., a wild bootstrap), and re-running the type I error simulations under several conditional-variance profiles.
  2. [§3.1 / Split-point selection] The split-point selection step is not given a valid inference justification. After selecting the covariate Z_j, candidate split points are evaluated with the same statistic T, and the split point that maximizes T is chosen. The p-value associated with the selected split point is then used in subsequent steps, but no multiplicity adjustment for the search over candidate split points is described. Because the split point is selected to maximize the test statistic, the reported p-value for the resulting split is stochastically smaller than nominal under the null. The simulation result of a root-level split probability near 0.05 is encouraging but does not replace a formal treatment, and the recursive use of these p-values for further splitting is even less well understood. The authors should clarify how split-point multiplicity is handled, or state explicitly that the p-values are heuristic guides rather than exact inferential quantities.
  3. [§5.1 / §3.3] The GUSTO-I analysis lacks uncertainty quantification for leaf-level discrepancies, and the doubly robust estimator is not cross-fitted. Section 5.1 states "Cross-fitting was not employed," and Figures 3 and A5 report only point estimates. Because the tree structure is learned adaptively on the evaluation set, the leaf discrepancies are affected by selection; Section 6 appropriately cautions that they are exploratory summaries, but the absence of any confidence intervals or standard errors makes it difficult to judge which of the reported terminal-node discrepancies (e.g., relative discrepancies of +250% or +500% in Figure 3) are compatible with sampling noise. Cross-fitting the nuisance models in the doubly robust estimator would reduce bias due to overfitting the outcome and propensity models in the evaluation sample. I request that the authors add standard errors or confidence intervals for node-level discrepancies, even if labeled exploratory, and consider cross-fitting for the DR nuisance models.
minor comments (5)
  1. [§3.1] The phrase "a novel data-driven method that that partitions" contains a duplicated "that" that should be corrected.
  2. [§3.1] The notation ⊕ [ Z3 < −2 ] and similar expressions appear to be rendering errors; they should use standard indicator notation such as 𝔹[Z3 < −2].
  3. [References] The Hothorn reference is typeset incorrectly: "Hornik , Kurt, , and Achim Zeileis" should be "Kurt Hornik and Achim Zeileis."
  4. [Figure A6 caption] The caption contains missing spaces in "increasingly smallterminalleavesareexcluded," which should read "increasingly small terminal leaves are excluded."
  5. [Table A5 / Figures] The table uses the label "KillipII" for Killip class II, while the figures use the abbreviation "K2"; please make the notation consistent.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: the utree derivation is self-contained against simulated and external benchmarks; self-citations are background only.

full rationale

Walked the derivation chain: utree partitions the covariate space using a KS-type statistic comparing weighted CDFs under weights Y^0 and s (Eq. 5). The null H0: F_j(z; w_Y^0) = F_j(z; w_s) is explicitly analyzed in Appendix E and shown to correspond to a relative-calibration condition, not to the unconditional discrepancy delta(z) = 0; the paper states this as an interpretive choice, and it is not a hidden equivalence that forces the output. The algorithm's variable and split-point selection uses the same statistic that defines 'differential performance', so detecting subgroups is by construction the method's objective; however, the paper's central claims are benchmarked against simulated data with known unfairness-generating variables and independent test sets, so type I error, recovery, and discrepancy-estimation results are not forced by a fitted parameter or by definitional equivalence. Self-citations (Wastvedt et al. 2023, 2024, with co-author Wolfson) provide background discrepancy statistics and simulation settings, but the key test statistic is attributed to Yang (2024) and the recursive partitioning framework to Hothorn et al. (2006), both external. Section 6 openly disclaims post-selection validity and tree-level stability guarantees, further weighing against any hidden claim that the adaptive procedure provides calibrated inference. The permutation-null concern raised in review is a potential validity limitation under conditional-variance heterogeneity, not a circularity: it concerns whether the reference distribution matches the stated null, not whether an input was renamed as a prediction. Overall, no step reduces by construction; the score of 2 reflects only the presence of minor, non-load-bearing self-citations.

Assumptions & free parameters 4 free parameters · 3 assumptions · 0 invented entities

The method's central assumptions are the causal identification conditions for the counterfactual outcome, the validity of the weighted KS permutation test for the relative calibration null, and the unbiasedness properties of conditional inference trees. Hyperparameters are standard tuning constants. No invented entities are introduced.

free parameters (4)
  • Significance threshold alpha = 0.05 (Bonferroni-adjusted)
    Chosen for hypothesis testing in variable and split-point selection; not fitted but a key tuning constant.
  • Maximum tree depth = 5
    Used in all analyses; limits tree complexity and mitigates overfitting.
  • Number of permutations = 500
    Used to approximate empirical p-values; chosen as a computational cost and precision trade-off.
  • Minimum terminal leaf size = 50 (recommended for validation)
    Introduced as a post-hoc threshold for reporting and validating subgroups, affecting which leaves are retained.
assumptions (3)
  • domain assumption Counterfactual causal identification: positivity, consistency, no unmeasured confounding, and correct specification of at least one of the outcome regression or propensity score models.
    Necessary for doubly robust estimation of Y^0 in Section 2 and Section 5.1; stated as limitations in Section 6.
  • ad hoc to paper The normalized weighted KS statistic (Equation 5) provides a valid test of the relative calibration null H0: F_j(z; w_Y0) = F_j(z; w_s) for all z.
    This is the paper's proposed test statistic; its null distribution is approximated by permutation, and theoretical validity under adaptive splitting is not proven (Appendix E, Section 6).
  • standard math The conditional inference tree framework (Hothorn et al., 2006) provides unbiased variable selection and valid split-point selection.
    Adopted as the base algorithm in Section 3.1 without re-derivation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Statistical Framework for Data-Driven Discovery of Differential Performance in Clinical Risk Prediction Models." pith.science (2026). https://pith.science/paper/PT4HHC4D

@misc{pith2026260801333,
  author       = {Pith},
  title        = {Pith review of: A Statistical Framework for Data-Driven Discovery of Differential Performance in Clinical Risk Prediction Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/PT4HHC4D}},
  note         = {Machine review of arXiv:2608.01333}
}
read the original abstract

Predictive models employing artificial intelligence (AI) and machine learning (ML) are increasingly being used for decision support in healthcare settings. These models may exhibit differential performance across population subgroups defined by race, age, sex, and other factors and cause disparate clinical impacts, leading to intensive recent study of what has been termed "model fairness". While many methods have been proposed to assess risk prediction model fairness, these techniques generally require that the end user pre-specify the groups across which fairness is to be evaluated. In real-world settings, however, important model performance disparities may arise in unknown subgroups defined by multiple intersecting characteristics. To address this problem, we propose the unfairness tree (utree), a data-driven recursive partitioning framework for identifying subgroups with differential model performance. In simulations, the utree exhibits nominal empirical type I error rates and good ability to detect, quantify, and characterize performance discrepancies defined by higher-order variable interactions. In six mortality risk models fit to the GUSTO-I acute myocardial infarction trial dataset, utrees identified subgroup-specific performance patterns, with age, sex, blood pressure, and Killip class consistently associated with differential model performance.

Figures

Figures reproduced from arXiv: 2608.01333 by the authors.

Figure 1
Figure 1. Probability of selecting at least one split as a function of sample [PITH_FULL_IMAGE:figures/full_fig_p009_1.png] view at source ↗
Figure 2
Figure 2. Split variables selected by unfairness trees across prediction models [PITH_FULL_IMAGE:figures/full_fig_p013_2.png] view at source ↗
Figure 3
Figure 3. Terminal subgroups identified by calibration-based unfairness trees [PITH_FULL_IMAGE:figures/full_fig_p014_3.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

287 extracted references · 137 canonical work pages

  1. [2]

    The American Journal of Medicine , author =

    Adverse effects of health plan prior authorization on clinical effectiveness and patient outcomes:. The American Journal of Medicine , author =. 2026 , keywords =. doi:10.1016/j.amjmed.2025.08.018 , abstract =

  2. [3]

    Journal of the American Medical Informatics Association , author =

    The. Journal of the American Medical Informatics Association , author =. 2026 , pages =. doi:10.1093/jamia/ocag009 , abstract =

  3. [4]

    Journal of the American Medical Informatics Association , author =

    Predictive performance precision analysis in medicine: identification of low-confidence predictions at patient and profile levels (. Journal of the American Medical Informatics Association , author =. 2026 , pages =. doi:10.1093/jamia/ocag034 , abstract =

  4. [5]

    Quality of Life Research: An International Journal of Quality of Life Aspects of Treatment, Care and Rehabilitation , author =

    Minimal important change (. Quality of Life Research: An International Journal of Quality of Life Aspects of Treatment, Care and Rehabilitation , author =. 2021 , keywords =. doi:10.1007/s11136-021-02925-y , abstract =

  5. [6]

    BMJ , author =

    Evaluating the credibility of anchor based estimates of minimal important differences for patient reported outcomes: instrument development and reliability study , volume =. BMJ , author =. 2020 , keywords =. doi:10.1136/bmj.m1714 , abstract =

  6. [7]

    Nature Medicine , author =

    A multimodal sleep foundation model for disease prediction , issn =. Nature Medicine , author =. doi:10.1038/s41591-025-04133-4 , abstract =

  7. [8]

    Journal of Affective Disorders , author =

    Sensitivity to change and minimal clinically important difference of the 7-item. Journal of Affective Disorders , author =. 2020 , keywords =. doi:10.1016/j.jad.2020.01.032 , abstract =

  8. [9]

    Journal of Patient-Reported Outcomes , author =

    Development and validation of an interpretive guide for. Journal of Patient-Reported Outcomes , author =. 2020 , keywords =. doi:10.1186/s41687-020-0181-7 , abstract =

Show all 287 references
  1. [10]

    Journal of Clinical Epidemiology , author =

    Clinical validity of. Journal of Clinical Epidemiology , author =. 2016 , keywords =. doi:10.1016/j.jclinepi.2015.08.036 , abstract =

  2. [11]

    Medical Care , author =

    Psychometric evaluation and calibration of health-related quality of life item banks: plans for the. Medical Care , author =. 2007 , keywords =. doi:10.1097/01.mlr.0000250483.85507.04 , abstract =

  3. [12]

    Journal of Clinical Epidemiology , author =

    The. Journal of Clinical Epidemiology , author =. 2010 , keywords =. doi:10.1016/j.jclinepi.2010.04.011 , abstract =

  4. [13]

    Advances in Patient-Reported Outcomes , author =

    Pitfalls of using minimally important or meaningful differences to categorize individual patients , volume =. Advances in Patient-Reported Outcomes , author =. 2025 , pages =. doi:10.1016/j.apro.2025.100302 , language =

  5. [14]

    BMC Psychiatry , author =

    Measurement invariance of the. BMC Psychiatry , author =. 2023 , pages =. doi:10.1186/s12888-023-04804-x , abstract =

  6. [15]

    European Journal of Pediatrics , author =

    Advances in measuring pediatric overall health: the. European Journal of Pediatrics , author =. 2022 , pages =. doi:10.1007/s00431-022-04408-9 , abstract =

  7. [16]

    Journal of Pediatric Psychology , author =

    Measuring. Journal of Pediatric Psychology , author =. 2022 , pages =. doi:10.1093/jpepsy/jsac026 , abstract =

  8. [17]

    Journal of Anxiety Disorders , author =

    Establishing a common metric for self-reported anxiety:. Journal of Anxiety Disorders , author =. 2014 , pages =. doi:10.1016/j.janxdis.2013.11.006 , abstract =

  9. [18]

    Biometrics , author =

    A semiparametric method for addressing underdiagnosis using electronic health record data , volume =. Biometrics , author =. 2025 , pages =. doi:10.1093/biomtc/ujaf157 , abstract =

  10. [19]

    Statistical Methods in Medical Research , author =

    Use of risk-adjusted. Statistical Methods in Medical Research , author =. 2003 , pages =. doi:10.1177/096228020301200205 , abstract =

  11. [20]

    Journal of General Internal Medicine , author =

    Measures. Journal of General Internal Medicine , author =. 2019 , pages =. doi:10.1007/s11606-019-05069-5 , language =

  12. [21]

    Biometrics , author =

    A two-stage model for wearable device data , volume =. Biometrics , author =. 2018 , keywords =. doi:10.1111/biom.12781 , abstract =

  13. [22]

    AStA Advances in Statistical Analysis , author =

    Functional data analysis for wearable sensor data: a systematic review , volume =. AStA Advances in Statistical Analysis , author =. 2025 , pages =. doi:10.1007/s10182-025-00531-8 , abstract =

  14. [23]

    EcoMat , author =

    Application of machine learning for advanced material prediction and design , volume =. EcoMat , author =. 2022 , pages =. doi:10.1002/eom2.12194 , abstract =

  15. [24]

    Joint association and classification analysis of multi-view data , url =

    Zhang, Yunfeng and Gaynanova, Irina , month = nov, year =. Joint association and classification analysis of multi-view data , url =

  16. [25]

    and Simms, Leonard J

    Williams, Trevor F. and Simms, Leonard J. , editor =. The. The. 2020 , pages =. doi:10.1017/9781316995808.006 , language =

  17. [26]

    Developmental Cognitive Neuroscience , author =

    Pubertal timing and functional neurodevelopmental alterations independently mediate the effect of family conflict on adolescent psychopathology , volume =. Developmental Cognitive Neuroscience , author =. 2021 , keywords =. doi:10.1016/j.dcn.2021.101032 , abstract =

  18. [27]

    Developmental Cognitive Neuroscience , author =

    Adolescent neurodevelopment and psychopathology:. Developmental Cognitive Neuroscience , author =. 2023 , keywords =. doi:10.1016/j.dcn.2023.101229 , abstract =

  19. [28]

    and Markowetz, Florian , month = oct, year =

    Yuan, Yinyin and Savage, Richard S. and Markowetz, Florian , month = oct, year =. Patient-. PLOS Computational Biology , publisher =. doi:10.1371/journal.pcbi.1002227 , abstract =

  20. [29]

    2013 , keywords =

    Bioinformatics , author =. 2013 , keywords =. doi:10.1093/bioinformatics/bts655 , abstract =

  21. [30]

    Development and Psychopathology , author =

    Cognitive difficulties following adversity are not related to mental health:. Development and Psychopathology , author =. 2024 , keywords =. doi:10.1017/S0954579423001220 , abstract =

  22. [31]

    Sparse integrative clustering of multiple omics data sets , volume =

    Shen, Ronglai and Wang, Sijian and Mo, Qianxing , month = mar, year =. Sparse integrative clustering of multiple omics data sets , volume =. The Annals of Applied Statistics , publisher =. doi:10.1214/12-AOAS578 , abstract =

  23. [32]

    Biostatistics (Oxford, England) , author =

    A fully. Biostatistics (Oxford, England) , author =. 2018 , keywords =. doi:10.1093/biostatistics/kxx017 , abstract =

  24. [33]

    Biostatistics (Oxford, England) , author =

    Canonical variate regression , volume =. Biostatistics (Oxford, England) , author =. 2016 , keywords =. doi:10.1093/biostatistics/kxw001 , abstract =

  25. [35]

    Separating the

    Blattenberger, Gail and Lad, Frank , year =. Separating the. The American Statistician , publisher =. doi:10.2307/2683902 , abstract =

  26. [36]

    Argelaguet, Ricard and Velten, Britta and Arnol, Damien and Dietrich, Sascha and Zenz, Thorsten and Marioni, John C and Buettner, Florian and Huber, Wolfgang and Stegle, Oliver , month = jun, year =. Multi‐. Molecular Systems Biology , publisher =. doi:10.15252/msb.20178124 , ...

  27. [38]

    and Watson, David and Cicero, David C

    Kotov, Roman and Krueger, Robert F. and Watson, David and Cicero, David C. and Conway, Christopher C. and DeYoung, Colin G. and Eaton, Nicholas R. and Forbes, Miriam K. and Hallquist, Michael N. and Latzman, Robert D. and Mullins-Sweatt, Stephanie N. and Ruggero, Camilo J. and...

  28. [39]

    Fahey, Kalina M. L. and Nakai, Saki C. and Edwards, John A. and Dermody, Sarah S. , month = jan, year =. The. The International Journal for the Psychology of Religion , publisher =. doi:10.1080/10508619.2022.2078590 , abstract =

  29. [40]

    Cooperative learning for multiview analysis , volume =

    Ding, Daisy Yi and Li, Shuangning and Narasimhan, Balasubramanian and Tibshirani, Robert , month = sep, year =. Cooperative learning for multiview analysis , volume =. Proceedings of the National Academy of Sciences , publisher =. doi:10.1073/pnas.2202113119 , abstract =

  30. [41]

    Pediatrics in Review , author =

    The. Pediatrics in Review , author =. 2000 , keywords =. doi:10.1542/pir.21-8-265 , language =

  31. [43]

    Developmental Cognitive Neuroscience , author =

    Sex and age variations in the impact of puberty on cortical thickness and associations with internalizing symptoms and suicidal ideation in early adolescence , volume =. Developmental Cognitive Neuroscience , author =. 2023 , keywords =. doi:10.1016/j.dcn.2022.101195 , abstract =

  32. [44]

    Molecular Psychiatry , author =

    Dimensional and transdiagnostic phenotypes in psychiatric genome-wide association studies , volume =. Molecular Psychiatry , author =. 2023 , pages =. doi:10.1038/s41380-023-02142-8 , language =

  33. [45]

    Bioinformatics Advances , author =

    Deep. Bioinformatics Advances , author =. 2024 , pages =. doi:10.1093/bioadv/vbae060 , abstract =

  34. [46]

    Clinical Psychological Science , author =

    The. Clinical Psychological Science , author =. 2022 , pages =. doi:10.1177/21677026211056596 , abstract =

  35. [48]

    Archives of Assessment Psychology , author =

    Note on truncated. Archives of Assessment Psychology , author =. 2012 , note =

  36. [49]

    Assessment , author =

    Clinical. Assessment , author =. 2019 , pages =. doi:10.1177/1073191118790036 , abstract =

  37. [50]

    Sosa, Juan and Aristizabal, Jeimy , month = oct, year =. A

  38. [51]

    Journal of Anxiety Disorders , author =

    The comorbidity structure of fear, distress and compulsive disorders in an acute psychiatric sample , volume =. Journal of Anxiety Disorders , author =. 2021 , pages =. doi:10.1016/j.janxdis.2021.102370 , abstract =

  39. [52]

    2019 , pages =

    Bioinformatics , author =. 2019 , pages =. doi:10.1093/bioinformatics/bty1054 , abstract =

  40. [53]

    Bioinformatics , author =

    Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis , volume =. Bioinformatics , author =. 2009 , pages =. doi:10.1093/bioinformatics/btp543 , abstract =

  41. [54]

    Schulte-Strathaus, Julia C. C. and Rauschenberg, Christian and Paetzold, Isabell and Quattrone, Diego and Hartmann, Jessica Anna and Amminger, Paul and Yuen, Hok Pan and McGorry, Patrick and Nelson, Barnaby and Reininghaus, Ulrich , month = nov, year =. Transdiagnostic. doi:10...

  42. [55]

    Developmental Cognitive Neuroscience , author =

    A practical guide for researchers and reviewers using the. Developmental Cognitive Neuroscience , author =. 2022 , keywords =. doi:10.1016/j.dcn.2022.101115 , abstract =

  43. [56]

    Biometrics , author =

    Sparse. Biometrics , author =. 2022 , pages =. doi:10.1111/biom.13458 , abstract =

  44. [57]

    and Lu, Han , month = apr, year =

    Safo, Sandra E. and Lu, Han , month = apr, year =. Scalable. doi:10.48550/arXiv.2304.04692 , abstract =

  45. [58]

    Ecography , author =

    Cross-validation strategies for data with temporal, spatial, hierarchical, or phylogenetic structure , volume =. Ecography , author =. 2017 , note =. doi:10.1111/ecog.02881 , abstract =

  46. [59]

    Psychological Medicine , author =

    Meta-analysis of structural evidence for the. Psychological Medicine , author =. 2021 , pages =. doi:10.1017/S0033291721001902 , abstract =

  47. [60]

    Bayesian Analysis , author =

    On the. Bayesian Analysis , author =. doi:10.1214/12-BA730 , abstract =

  48. [61]

    Briefings in Bioinformatics , author =

    Analytic approaches to twin data using structural equation models , volume =. Briefings in Bioinformatics , author =. 2002 , pages =. doi:10.1093/bib/3.2.119 , abstract =

  49. [62]

    and Scott, James G

    Polson, Nicholas G. and Scott, James G. , editor =. Shrink. Bayesian. 2011 , doi =. doi:10.1093/acprof:oso/9780199694587.003.0017 , pages =

  50. [63]

    Science, Technology, & Human Values , author =

    Psychiatry and the. Science, Technology, & Human Values , author =. 2019 , pages =. doi:10.1177/0162243919841693 , abstract =

  51. [64]

    BMC Medical Research Methodology , author =

    A data-driven approach to categorizing early life adversity exposure in the. BMC Medical Research Methodology , author =. 2023 , keywords =. doi:10.1186/s12874-023-01983-9 , abstract =

  52. [65]

    , month = feb, year =

    Malik, Momin M. , month = feb, year =. A

  53. [66]

    Clinical Psychology Review , author =

    Linking. Clinical Psychology Review , author =. 2021 , pages =. doi:10.1016/j.cpr.2021.102025 , abstract =

  54. [67]

    Psychological Medicine , author =

    New diagnosis in psychiatry: beyond heuristics , volume =. Psychological Medicine , author =. 2025 , pages =. doi:10.1017/S003329172400223X , abstract =

  55. [68]

    Psychiatry: Interpersonal and Biological Processes , author =

    Culture and. Psychiatry: Interpersonal and Biological Processes , author =. 2014 , pages =. doi:10.1521/psyc.2014.77.2.130 , language =

  56. [69]

    Psychological Medicine , author =

    Validation of hierarchical taxonomy in a clinical sample , volume =. Psychological Medicine , author =. 2023 , pages =. doi:10.1017/S0033291722003324 , abstract =

  57. [70]

    IEEE Transactions on Neural Networks and Learning Systems , author =

    Group. IEEE Transactions on Neural Networks and Learning Systems , author =. 2015 , note =. doi:10.1109/TNNLS.2014.2376974 , abstract =

  58. [71]

    Journal of Machine Learning Research , author =

    Bayesian. Journal of Machine Learning Research , author =. 2013 , pages =

  59. [72]

    diagnosis‐based risk prediction , volume =

    Internalizing psychopathology and all‐cause mortality: a comparison of transdiagnostic vs. diagnosis‐based risk prediction , volume =. World Psychiatry , author =. 2021 , pages =. doi:10.1002/wps.20859 , abstract =

  60. [73]

    Translational Psychiatry , author =

    Examining the role of personality functioning in a hierarchical taxonomy of psychopathology using two years of ambulatory assessed data , volume =. Translational Psychiatry , author =. 2024 , pages =. doi:10.1038/s41398-024-03046-z , abstract =

  61. [74]

    Molecular Psychiatry , author =

    A history of metaphorical brain talk in psychiatry , volume =. Molecular Psychiatry , author =. 2025 , pages =. doi:10.1038/s41380-025-03053-6 , abstract =

  62. [75]

    Psychology and Psychotherapy: Theory, Research and Practice , author =

    Multiple and interpersonal trauma are risk factors for both post-traumatic stress disorder and borderline personality disorder:. Psychology and Psychotherapy: Theory, Research and Practice , author =. 2020 , note =. doi:10.1111/papt.12248 , abstract =

  63. [76]

    Psychological Medicine , author =

    Dimensions over categories: a meta-analysis of taxometric research , volume =. Psychological Medicine , author =. 2020 , pages =. doi:10.1017/S003329172000183X , abstract =

  64. [77]

    Bayesian

    Gelman, Andrew and Carlin, John B and Stern, Hal S and Dunson, David B and Vehtari, Aki and Rubin, Donald B , month = feb, year =. Bayesian

  65. [78]

    Econometrics and Statistics , author =

    Bayesian longitudinal spectral estimation with application to resting-state. Econometrics and Statistics , author =. 2020 , keywords =. doi:10.1016/j.ecosta.2019.01.002 , abstract =

  66. [79]

    Current Directions in Psychological Science , author =

    Research. Current Directions in Psychological Science , author =. 2022 , pages =. doi:10.1177/09637214211051363 , abstract =

  67. [80]

    Psychological Assessment , author =

    Constructing validity:. Psychological Assessment , author =. 2019 , pages =. doi:10.1037/pas0000626 , abstract =

  68. [81]

    Cheng, Heng-Tze and Koc, Levent and Harmsen, Jeremiah and Shaked, Tal and Chandra, Tushar and Aradhye, Hrishi and Anderson, Glen and Corrado, Greg and Chai, Wei and Ispir, Mustafa and Anil, Rohan and Haque, Zakaria and Hong, Lichan and Jain, Vihan and Liu, Xiaobing and Shah, H...

  69. [82]

    Biometrics , author =

    A. Biometrics , author =. 2017 , pages =. doi:10.1111/biom.12587 , abstract =

  70. [83]

    American Psychologist , author =

    Translating the hierarchical taxonomy of psychopathology (. American Psychologist , author =. 2023 , pages =. doi:10.1037/amp0001046 , abstract =

  71. [84]

    Personality Disorders: Theory, Research, and Treatment , author =

    The structure of antagonism:. Personality Disorders: Theory, Research, and Treatment , author =. 2023 , pages =. doi:10.1037/per0000603 , abstract =

  72. [85]

    Assessment , author =

    A. Assessment , author =. 2024 , pages =. doi:10.1177/10731911231170841 , abstract =

  73. [86]

    Developmental Cognitive Neuroscience , author =

    Characterizing the dimensional structure of early-life adversity in the. Developmental Cognitive Neuroscience , author =. 2023 , keywords =. doi:10.1016/j.dcn.2023.101256 , abstract =

  74. [87]

    Annual Review of Clinical Psychology , author =

    The. Annual Review of Clinical Psychology , author =. 2014 , pages =. doi:10.1146/annurev-clinpsy-032813-153639 , abstract =

  75. [88]

    BMC Research Notes , author =

    Structural equation modeling in medical research: a primer , volume =. BMC Research Notes , author =. 2010 , pages =. doi:10.1186/1756-0500-3-267 , abstract =

  76. [89]

    2020 , keywords =

    Genome Biology , author =. 2020 , keywords =. doi:10.1186/s13059-020-02015-1 , abstract =

  77. [90]

    Psychometrika , author =

    Heterogeneous factor analysis models:. Psychometrika , author =. 2002 , pages =. doi:10.1007/BF02294709 , abstract =

  78. [91]

    and Yu, Menggang , month = nov, year =

    Huling, Jared D. and Yu, Menggang , month = nov, year =. Subgroup

  79. [92]

    Prior distributions for variance parameters in hierarchical models , abstract =

  80. [93]

    2025 , note =

    seismometer , copyright =. 2025 , note =

  81. [94]

    Quality of Life Research: An International Journal of Quality of Life Aspects of Treatment, Care and Rehabilitation , author =

    Development of physical and mental health summary scores from the patient-reported outcomes measurement information system (. Quality of Life Research: An International Journal of Quality of Life Aspects of Treatment, Care and Rehabilitation , author =. 2009 , keywords =. doi:...

  82. [95]

    Medical Care , author =

    Prediction of. Medical Care , author =. 2023 , keywords =. doi:10.1097/MLR.0000000000001878 , abstract =

  83. [96]

    Pediatrics , author =

    Prenatal. Pediatrics , author =. 2017 , pages =. doi:10.1542/peds.2016-3840 , abstract =

  84. [97]

    Environmental Health , author =

    Evaluation of the evidence on acetaminophen use and neurodevelopmental disorders using the. Environmental Health , author =. 2025 , keywords =. doi:10.1186/s12940-025-01208-0 , abstract =

  85. [99]

    Econometrica , author =

    Inconsistency of the. Econometrica , author =. 2000 , note =. doi:10.1111/1468-0262.00114 , language =

  86. [100]

    Inherent

    Kleinberg, Jon and Mullainathan, Sendhil and Raghavan, Manish , month = nov, year =. Inherent. doi:10.48550/arXiv.1609.05807 , abstract =

  87. [101]

    Chest , author =

    Refining. Chest , author =. 2010 , pages =. doi:10.1378/chest.09-1584 , abstract =

  88. [102]

    JAMA , author =

    Validation of the. JAMA , author =. 2001 , pages =. doi:10.1001/jama.286.2.180 , abstract =

  89. [103]

    Classification

    Breiman, Leo , year =. Classification. doi:https://doi.org/10.1201/9781315139470 , language =

  90. [104]

    GUSTO , month = sep, year =. An. New England Journal of Medicine , publisher =. doi:10.1056/NEJM199309023291001 , abstract =

  91. [105]

    ggparty tutorial , url =

  92. [106]

    Detecting

    Giobergia, Flavio and Pastor, Eliana and de Alfaro, Luca and Baralis, Elena , month = jul, year =. Detecting. Proceedings of the 31st. doi:10.1145/3690624.3709259 , abstract =

  93. [107]

    and Koch, Lisa M

    Bissoto, Alceu and Hoang, Trung-Dung and Flühmann, Tim and Sun, Susu and Baumgartner, Christian F. and Koch, Lisa M. , month = mar, year =. Subgroup. doi:10.48550/arXiv.2503.10382 , abstract =

  94. [108]

    Expert Systems , author =

    Subgroup mining for performance analysis of regression models , volume =. Expert Systems , author =. 2023 , note =. doi:10.1111/exsy.13118 , abstract =

  95. [109]

    counterfactual/plot\_params.r at master · mandycoston/counterfactual ·

  96. [110]

    Implementation Science , author =

    Protocol for a type 3 hybrid implementation cluster randomized clinical trial to evaluate the effect of patient and clinician nudges to advance the use of genomic medicine across a diverse health system , volume =. Implementation Science , author =. 2024 , keywords =. doi:10.1...

  97. [111]

    Implementation Science , author =

    Implementing nudges to promote utilization of low tidal volume ventilation (. Implementation Science , author =. 2021 , keywords =. doi:10.1186/s13012-021-01147-7 , abstract =

  98. [112]

    BMC Medical Research Methodology , author =

    The. BMC Medical Research Methodology , author =. 2001 , keywords =. doi:10.1186/1471-2288-1-2 , abstract =

  99. [113]

    1986 , pages =

    The Lancet , author =. 1986 , pages =. doi:10.1016/S0140-6736(86)90837-8 , abstract =

  100. [114]

    The Lancet , author =

    Comparing methods of measurement: why plotting difference against standard method is misleading , volume =. The Lancet , author =. 1995 , pages =. doi:10.1016/S0140-6736(95)91748-9 , abstract =

  101. [115]

    Ghate, Bhargavi , month = mar, year =. Quality

  102. [116]

    and Woodlief, Lynn H

    Califf, Robert M. and Woodlief, Lynn H. and Harrell, Frank E. and Lee, Kerry L. and White, Harvey D. and Guerci, Alan and Barbash, Gabriel I. and Simes, R.John and Weaver, W.Douglas D. and Simoons, Maarten L. and Topol, Eric J. , month = jun, year =. Selection of thrombolytic ...

  103. [118]

    , month = feb, year =

    Van Calster, Ben and Vickers, Andrew J. , month = feb, year =. Calibration of. Medical Decision Making , publisher =. doi:10.1177/0272989x14547233 , abstract =

  104. [119]

    Reproducible generative artificial intelligence evaluation for health care: a clinician-in-the-loop approach , volume =

    Livingston, Leah and Featherstone-Uwague, Amber and Barry, Amanda and Barretto, Kenneth and Morey, Tara and Herrmannova, Drahomira and Avula, Venkatesh , month = may, year =. Reproducible generative artificial intelligence evaluation for health care: a clinician-in-the-loop ap...

  105. [120]

    Shinde, Pramod and Willemsen, Lisa and Anderson, Michael and Aoki, Minori and Basu, Saonli and Burel, Julie G. and Cheng, Peng and Dastidar, Souradipto Ghosh and Dunleavy, Aidan and Einav, Tal and Forschmiedt, Jamie and Fourati, Slim and Garcia, Javier and Gibson, William and ...

  106. [121]

    2018 , pages =

    Stroke , author =. 2018 , pages =. doi:10.1161/STROKEAHA.117.018766 , abstract =

  107. [122]

    Value in Health , author =

    Accuracy of. Value in Health , author =. 2018 , pages =. doi:10.1016/j.jval.2018.03.011 , language =

  108. [123]

    Journal of Shoulder and Elbow Surgery , author =

    Performance of. Journal of Shoulder and Elbow Surgery , author =. 2018 , pages =. doi:10.1016/j.jse.2018.06.006 , abstract =

  109. [124]

    The European Journal of Health Economics , author =

    Psychometric properties and general population reference values for. The European Journal of Health Economics , author =. 2024 , pages =. doi:10.1007/s10198-023-01610-w , abstract =

  110. [125]

    Journal of the American Academy of Dermatology , author =

    Validity and reliability of. Journal of the American Academy of Dermatology , author =. 2021 , pages =. doi:10.1016/j.jaad.2021.01.033 , language =

  111. [126]

    2025 , pages =

    HAND , author =. 2025 , pages =. doi:10.1177/15589447231211603 , abstract =

  112. [127]

    Neher, Aidan and Stamenos, Apostolos and Fiecas, Mark and Safo, Sandra and Chekouo, Thierry , month = jan, year =. A. doi:10.48550/arXiv.2501.17705 , abstract =

  113. [128]

    and Cheng, Peng and Ghosh Dastidar, Souradipto and Dunleavy, Aidan and Einav, Tal , year =

    Shinde, Pramod and Willemsen, Lisa and Anderson, Michael and Aoki, Minori and Basu, Saonli and Burel, Julie G. and Cheng, Peng and Ghosh Dastidar, Souradipto and Dunleavy, Aidan and Einav, Tal , year =. Putting computational models of immunity to the test—. PLoS computational ...

  114. [129]

    Journal of Statistics and Data Science Education , author =

    Leveraging a. Journal of Statistics and Data Science Education , author =. 2025 , pages =. doi:10.1080/26939169.2025.2492173 , language =

  115. [130]

    bioRxiv , author =

    Putting computational models of immunity to the test - an invited challenge to predict. bioRxiv , author =. 2024 , pages =. doi:10.1101/2024.09.04.611290 , abstract =

  116. [131]

    Recalibrating

    Shah, Nilay D and Steyerberg, Ewout W and Kent, David M , year =. Recalibrating

  117. [132]

    Francis and Sargent, R

    Goldman, Lee and Weinberg, Marc and Weisberg, Monica and Olshen, Richard and Cook, E. Francis and Sargent, R. Kent and Lamas, G. A. and Dennis, Charles and Wilson, Clyde and Deckelbaum, Lawrence and Fineberg, Harvey and Stiratelli, Robert and. A. New England Journal of Medicin...

  118. [133]

    Ampersand 17:

    Leep-Hunderfund, Andrea and Letizia, Phil , month = apr, year =. Ampersand 17:

  119. [134]

    Journal of Statistical Software , author =

    strucchange:. Journal of Statistical Software , author =. doi:10.18637/jss.v007.i02 , abstract =

  120. [135]

    Unbiased

    Hothorn, Torsten and , Kurt, Hornik and and Zeileis, Achim , month = sep, year =. Unbiased. Journal of Computational and Graphical Statistics , publisher =. doi:10.1198/106186006X133933 , abstract =

  121. [136]

    Subgroup

    Xu, Zhichen , year =. Subgroup

  122. [137]

    Explaining

    Redelmeier, Annabelle and Jullum, Martin and Aas, Kjersti , year =. Explaining. Machine. doi:10.1007/978-3-030-57321-8_7 , abstract =

  123. [138]

    Equality of

    Hardt, Moritz and Price, Eric and Srebro, Nathan , month = oct, year =. Equality of. doi:10.48550/arXiv.1610.02413 , abstract =

  124. [139]

    Journal of Computational and Graphical Statistics , author =

    Double. Journal of Computational and Graphical Statistics , author =. 2024 , note =. doi:10.1080/10618600.2024.2303336 , abstract =

  125. [140]

    Lifetime Data Analysis , author =

    Semi-supervised approach to event time annotation using longitudinal electronic health records , volume =. Lifetime Data Analysis , author =. 2022 , pages =. doi:10.1007/s10985-022-09557-5 , abstract =

  126. [141]

    Science , author =

    Dissecting racial bias in an algorithm used to manage the health of populations , volume =. Science , author =. 2019 , pages =. doi:10.1126/science.aax2342 , abstract =

  127. [142]

    and Holmgren, A

    Nong, Paige and Adler-Milstein, Julia and Apathy, Nate C. and Holmgren, A. Jay and Everson, Jordan , month = jan, year =. Current. Health Affairs , publisher =. doi:10.1377/hlthaff.2024.00842 , abstract =

  128. [143]

    2020 , keywords =

    Statistical Thinking , author =. 2020 , keywords =

  129. [144]

    Towards a

    Famiglini, Lorenzo and Campagner, Andrea and Cabitza, Federico , editor =. Towards a. Frontiers in. doi:10.3233/FAIA230327 , abstract =

  130. [145]

    doi:10.13026/JZ99-4J81 , abstract =

    Multimodal. doi:10.13026/JZ99-4J81 , abstract =

  131. [146]

    Yanis Varoufakis , author =

    Cloudalists:. Yanis Varoufakis , author =

  132. [147]

    and Robertson, Sarah E

    Dahabreh, Issa J. and Robertson, Sarah E. and Steingrimsson, Jon A. and Stuart, Elizabeth A. and Hernan, Miguel A. , month = oct, year =. Extending inferences from a randomized trial to a new target population , url =. doi:10.48550/arXiv.1805.00550 , abstract =

  133. [148]

    STAT , author =

    Denied by. STAT , author =

  134. [149]

    JAMA Health Forum , author =

    Denial—. JAMA Health Forum , author =. 2024 , pages =. doi:10.1001/jamahealthforum.2024.0622 , abstract =

  135. [150]

    Biometrics , author =

    Fair regression for health care spending , volume =. Biometrics , author =. 2020 , note =. doi:10.1111/biom.13206 , abstract =

  136. [151]

    and McGuire, Thomas G

    Reitsma, Marissa B. and McGuire, Thomas G. and Rose, Sherri , month = jan, year =. Algorithms to. doi:10.1101/2025.01.25.25321057 , abstract =

  137. [152]

    Journal of the American Medical Informatics Association , author =

    A call for better validation of opioid overdose risk algorithms , volume =. Journal of the American Medical Informatics Association , author =. 2023 , pages =. doi:10.1093/jamia/ocad110 , abstract =

  138. [153]

    I Will Teach You To Be Rich , month = jun, year =

    How to. I Will Teach You To Be Rich , month = jun, year =

  139. [154]

    Ramsey Solutions , author =

    How to. Ramsey Solutions , author =

  140. [155]

    Ramsey Solutions , author =

    The. Ramsey Solutions , author =

  141. [156]

    NerdWallet , month = oct, year =

  142. [157]

    and Woodlief, Lynn H

    Lee, Kerry L. and Woodlief, Lynn H. and Topol, Eric J. and Weaver, W. Douglas and Betriu, Amadeo and Col, Jacques and Simoons, Maarten and Aylward, Phil and Van de Werf, Frans and Califf, Robert M. , month = mar, year =. Predictors of 30-. Circulation , publisher =. doi:10.116...

  143. [158]

    and Chouldechova, Alexandra , month = jan, year =

    Coston, Amanda and Mishler, Alan and Kennedy, Edward H. and Chouldechova, Alexandra , month = jan, year =. Counterfactual risk assessments, evaluation, and fairness , isbn =. Proceedings of the 2020. doi:10.1145/3351095.3372851 , abstract =

  144. [159]

    WIREs Data Mining and Knowledge Discovery , author =

    Classification and regression trees , volume =. WIREs Data Mining and Knowledge Discovery , author =. 2011 , note =. doi:10.1002/widm.8 , abstract =

  145. [160]

    National

    Liang, Lan and Moore, Brian and Soni, Anita , month = jul, year =. National

  146. [161]

    PharmacoEconomics , author =

    The. PharmacoEconomics , author =. 2015 , keywords =. doi:10.1007/s40273-015-0282-y , abstract =

  147. [162]

    JAMA , author =

    The. JAMA , author =. 2016 , keywords =. doi:10.1001/jama.2016.0287 , abstract =

  148. [164]

    American Journal of Respiratory and Critical Care Medicine , author =

    Assessment of. American Journal of Respiratory and Critical Care Medicine , author =. 2016 , keywords =. doi:10.1164/rccm.201504-0781OC , abstract =

  149. [165]

    Critical Care , author =

    Frequency and mortality of septic shock in. Critical Care , author =. 2019 , keywords =. doi:10.1186/s13054-019-2478-6 , abstract =

  150. [166]

    Internal and Emergency Medicine , author =

    Management of sepsis and septic shock in the emergency department , volume =. Internal and Emergency Medicine , author =. 2021 , keywords =. doi:10.1007/s11739-021-02735-7 , abstract =

  151. [167]

    Simson, Jan and Pfisterer, Florian and Kern, Christoph , month = jun, year =. One. Proceedings of the 2024. doi:10.1145/3630106.3658974 , abstract =

  152. [168]

    Measuring

    Ross, Michael , note =. Measuring

  153. [169]

    Journal of the American Medical Informatics Association : JAMIA , author =

    A scoping review of the clinical application of machine learning in data-driven population segmentation analysis , volume =. Journal of the American Medical Informatics Association : JAMIA , author =. 2023 , pages =. doi:10.1093/jamia/ocad111 , abstract =

  154. [170]

    Statistics in Medicine , author =

    Should a propensity score model be super?. Statistics in Medicine , author =. 2019 , note =. doi:10.1002/sim.8075 , abstract =

  155. [171]

    Biometrical Journal , author =

    Variable selection –. Biometrical Journal , author =. 2018 , note =. doi:10.1002/bimj.201700067 , abstract =

  156. [172]

    Wrobel, Julia and Hector, Emily C. and Crawford, Lorin and McGowan, Lucy D’Agostino and da Silva, Natalia and Goldsmith, Jeff and Hicks, Stephanie and Kane, Michael and Lee, Youjin and Mayrink, Vinicius and Paciorek, Christopher J. and Usher, Therri and Wolfson, Julian , month...

  157. [173]

    2024 , pages =

    Patterns , author =. 2024 , pages =. doi:10.1016/j.patter.2023.100906 , abstract =

  158. [174]

    BMC Medicine , author =

    Calibration: the. BMC Medicine , author =. 2019 , pages =. doi:10.1186/s12916-019-1466-7 , abstract =

  159. [175]

    Biometrika , author =

    The prognostic analogue of the propensity score , volume =. Biometrika , author =. 2008 , pages =. doi:10.1093/biomet/asn004 , abstract =

  160. [176]

    Statistical Applications in Genetics and Molecular Biology , author =

    Super learner , volume =. Statistical Applications in Genetics and Molecular Biology , author =. 2007 , keywords =. doi:10.2202/1544-6115.1309 , abstract =

  161. [177]

    Statistical Methods in Medical Research , author =

    Assessing effect heterogeneity of a randomized treatment using conditional inference trees , volume =. Statistical Methods in Medical Research , author =. 2022 , keywords =. doi:10.1177/09622802211052831 , abstract =

  162. [178]

    2019 , pages =

    BMC Medical Informatics and Decision Making , author =. 2019 , pages =. doi:10.1186/s12911-019-0970-1 , abstract =

  163. [179]

    Transportation Research Part C: Emerging Technologies , author =

    Visualizing, clustering, and characterizing activity-trip sequences via weighted sequence alignment and functional data analysis , volume =. Transportation Research Part C: Emerging Technologies , author =. 2021 , pages =. doi:10.1016/j.trc.2021.103007 , language =

  164. [180]

    Emerging Themes in Epidemiology , author =

    Decision trees in epidemiological research , volume =. Emerging Themes in Epidemiology , author =. 2017 , pages =. doi:10.1186/s12982-017-0064-4 , abstract =

  165. [181]

    BMC Anesthesiology , author =

    Operator gender differences in major mechanical complications after central line insertions: a subgroup analysis of a prospective multicentre cohort study , volume =. BMC Anesthesiology , author =. 2024 , pages =. doi:10.1186/s12871-024-02455-3 , abstract =

  166. [182]

    Eye\_tracking\_in\_human\_factors\_White\_paper.pdf , shorttitle =

  167. [183]

    Blackmon, Angelicque and Castillo, Bernard , year =. Using

  168. [184]

    Saint Mary's Press , author =

    Understanding. Saint Mary's Press , author =

  169. [185]

    IEEE Computer Society , author =

    About. IEEE Computer Society , author =

  170. [186]

    Journal of Clinical Epidemiology , author =

    Calibration of clinical prediction rules does not just assess bias , volume =. Journal of Clinical Epidemiology , author =. 2013 , keywords =. doi:10.1016/j.jclinepi.2013.06.003 , abstract =

  171. [187]

    Regression diagnostics meets forecast evaluation: conditional calibration, reliability diagrams, and coefficient of determination , volume =

    Gneiting, Tilmann and Resin, Johannes , month = jan, year =. Regression diagnostics meets forecast evaluation: conditional calibration, reliability diagrams, and coefficient of determination , volume =. Electronic Journal of Statistics , publisher =. doi:10.1214/23-EJS2180 , a...

  172. [188]

    Proceedings of the National Academy of Sciences , author =

    Iterative random forests to discover predictive and stable high-order interactions , volume =. Proceedings of the National Academy of Sciences , author =. 2018 , pages =. doi:10.1073/pnas.1711236115 , abstract =

  173. [189]

    Journal of Cardiothoracic and Vascular Anesthesia , author =

    Initial. Journal of Cardiothoracic and Vascular Anesthesia , author =. 2024 , pages =. doi:10.1053/j.jvca.2024.02.038 , abstract =

  174. [190]

    Ding, Peng , month = oct, year =. A

  175. [191]

    American Behavioral Scientist , author =

    The. American Behavioral Scientist , author =. 1999 , pages =

  176. [192]

    Bayesian

    Li, Fan and Ding, Peng and Mealli, Fabrizia , month = oct, year =. Bayesian

  177. [193]

    Learning Health Systems , author =

    Socio‐technical infrastructure for a learning health system , volume =. Learning Health Systems , author =. 2024 , pages =. doi:10.1002/lrh2.10405 , language =

  178. [194]

    Learning Health Systems , author =

    What is unique about learning health systems? , volume =. Learning Health Systems , author =. 2022 , pages =. doi:10.1002/lrh2.10328 , language =

  179. [195]

    Hastings Center Report , author =

    An. Hastings Center Report , author =. doi:10.1002/hast.134 , abstract =

  180. [196]

    Journal of Biomedical Informatics , author =

    An empirical characterization of fair machine learning for clinical risk prediction , volume =. Journal of Biomedical Informatics , author =. 2021 , pages =. doi:10.1016/j.jbi.2020.103621 , abstract =

  181. [197]

    , year =

    Steyerberg, Ewout W. , year =. Clinical. doi:10.1007/978-3-030-16399-0 , language =

  182. [198]

    and Valley, Thomas S

    Kamran, Fahad and Tjandra, Donna and Heiler, Andrew and Virzi, Jessica and Singh, Karandeep and King, Jessie E. and Valley, Thomas S. and Wiens, Jenna , month = feb, year =. Evaluation of. NEJM AI , publisher =. doi:10.1056/AIoa2300032 , number =

  183. [199]

    Zhang, Lujing and Roth, Aaron and Zhang, Linjun , month = may, year =. Fair. doi:10.48550/arXiv.2405.02225 , abstract =

  184. [200]

    Net benefit, calibration, threshold selection, and training objectives for algorithmic fairness in healthcare , isbn =

    Pfohl, Stephen and Xu, Yizhe and Foryciarz, Agata and Ignatiadis, Nikolaos and Genkins, Julian and Shah, Nigam , month = jun, year =. Net benefit, calibration, threshold selection, and training objectives for algorithmic fairness in healthcare , isbn =. Proceedings of the 2022...

  185. [201]

    Journal of the American Medical Informatics Association , author =

    Addressing bias in prediction models by improving subpopulation calibration , volume =. Journal of the American Medical Informatics Association , author =. 2021 , pages =. doi:10.1093/jamia/ocaa283 , abstract =

  186. [202]

    and Kuchibhotla, Arun Kumar and Tchetgen, Eric Tchetgen , month = aug, year =

    Berk, Richard A. and Kuchibhotla, Arun Kumar and Tchetgen, Eric Tchetgen , month = aug, year =. Improving

  187. [203]

    and Chouldechova, Alexandra , month = mar, year =

    Mishler, Alan and Kennedy, Edward H. and Chouldechova, Alexandra , month = mar, year =. Fairness in. Proceedings of the 2021. doi:10.1145/3442188.3445902 , abstract =

  188. [204]

    2021 , keywords =

    Neuroinformatics , author =. 2021 , keywords =. doi:10.1007/s12021-020-09475-7 , abstract =

  189. [206]

    Journal of the American Statistical Association , author =

    Regression. Journal of the American Statistical Association , author =. 2021 , pages =. doi:10.1080/01621459.2020.1713792 , language =

  190. [207]

    , month = may, year =

    Hodges, James S. , month = may, year =. Statistical methods research done as science rather than mathematics , url =

  191. [209]

    2024 , pages =

    Mayo Clinic Proceedings: Digital Health , author =. 2024 , pages =. doi:10.1016/j.mcpdig.2024.03.008 , language =

  192. [211]

    Fairness estimation for small and intersecting subgroups in clinical applications , language =

  193. [212]

    Journal of Affective Disorders , author =

    Defining successful treatment outcome in depression using the. Journal of Affective Disorders , author =. 2010 , keywords =. doi:10.1016/j.jad.2010.04.030 , abstract =

  194. [213]

    Journal of Affective Disorders , author =

    Minimally important differences and severity thresholds are estimated for the. Journal of Affective Disorders , author =. 2020 , keywords =. doi:10.1016/j.jad.2020.01.101 , abstract =

  195. [215]

    and Graham, Megan G

    Overgaard, Shauna M. and Graham, Megan G. and Brereton, Tracey and Pencina, Michael J. and Halamka, John D. and Vidal, David E. and Economou-Zavlanos, Nicoleta J. , month = nov, year =. Implementing quality management systems to close the. npj Digital Medicine , publisher =. d...

  196. [216]

    Journal of Biomedical Informatics , author =

    A scoping review of fair machine learning techniques when using real-world data , volume =. Journal of Biomedical Informatics , author =. 2024 , keywords =. doi:10.1016/j.jbi.2024.104622 , abstract =

  197. [217]

    Opportunities for incorporating intersectionality into biomedical informatics -

  198. [218]

    Nature Biomedical Engineering , author =

    Algorithmic fairness in artificial intelligence for medicine and healthcare , volume =. Nature Biomedical Engineering , author =. 2023 , keywords =. doi:10.1038/s41551-023-01056-8 , abstract =

  199. [219]

    Interactive Journal of Medical Research , author =

    The. Interactive Journal of Medical Research , author =. 2023 , pages =. doi:10.2196/45903 , abstract =

  200. [220]

    Biostatistics , author =

    An intersectional framework for counterfactual fairness in risk prediction , issn =. Biostatistics , author =. 2023 , note =. doi:10.1093/biostatistics/kxad021 , abstract =

  201. [221]

    and Wolfson, Julian , month = jan, year =

    Wastvedt, Solvejg and Huling, Jared D. and Wolfson, Julian , month = jan, year =. Counterfactual fairness for small subgroups , url =

  202. [222]

    and Martino, Steven C

    Wastvedt, Solvejg and Snoke, Joshua and Agniel, Denis and Lai, Julie and Elliott, Marc N. and Martino, Steven C. , month = feb, year =. De-

  203. [223]

    Journal of Personalized Medicine , author =

    Digital. Journal of Personalized Medicine , author =. 2021 , pages =. doi:10.3390/jpm11080745 , abstract =

  204. [224]

    Elkefi, Safa and Asan, Onur , month = aug, year =. Digital. Journal of Medical Internet Research , publisher =. doi:10.2196/37641 , abstract =

  205. [225]

    and Weber, Griffin M

    Hou, Jue and Zhao, Rachel and Gronsbell, Jessica and Lin, Yucong and Bonzel, Clara-Lea and Zeng, Qingyi and Zhang, Sinian and Beaulieu-Jones, Brett K. and Weber, Griffin M. and Jemielita, Thomas and Wan, Shuyan Sabrina and Hong, Chuan and Cai, Tianrun and Wen, Jun and Panickan...

  206. [226]

    Statistics in Medicine , author =

    Subgroup identification from randomized clinical trial data , volume =. Statistics in Medicine , author =. 2011 , pages =. doi:10.1002/sim.4322 , abstract =

  207. [227]

    and Vinnetia, S

    Deepa, D. and Vinnetia, S. Caroline and Gowthami, S. and Hemalatha, K. and Poongodi, C. and Thangavel, P. , month = dec, year =. Evaluation and. 2023. doi:10.1109/STCR59085.2023.10396972 , abstract =

  208. [228]

    , month = nov, year =

    Brantner, Carly Lupton and Chang, Ting-Hsuan and Nguyen, Trang Quynh and Hong, Hwanhee and Stefano, Leon Di and Stuart, Elizabeth A. , month = nov, year =. Methods for. Statistical Science , publisher =. doi:10.1214/23-STS890 , abstract =

  209. [229]

    WIREs Computational Statistics , author =

    Data integration in causal inference , volume =. WIREs Computational Statistics , author =. 2023 , note =. doi:10.1002/wics.1581 , abstract =

  210. [230]

    2023 , pages =

    Nature Communications , author =. 2023 , pages =. doi:10.1038/s41467-023-44017-0 , abstract =

  211. [231]

    Conference on Neural Information Processing Systems (NeurIPS) , author =

    This. Conference on Neural Information Processing Systems (NeurIPS) , author =

  212. [232]

    Journal of the American Statistical Association , author =

    The. Journal of the American Statistical Association , author =. 2006 , pages =. doi:10.1198/016214506000000735 , language =

  213. [233]

    Biometrics , author =

    Structural. Biometrics , author =. 2023 , pages =. doi:10.1111/biom.13704 , abstract =

  214. [234]

    New England Journal of Medicine , author =

    Per-. New England Journal of Medicine , author =. 2017 , pages =. doi:10.1056/NEJMsm1605385 , language =

  215. [235]

    Foundations and Trends® in Machine Learning , author =

    Distributed. Foundations and Trends® in Machine Learning , author =. 2010 , keywords =. doi:10.1561/2200000016 , language =

  216. [236]

    The Annals of Applied Statistics , author =

    Pathwise coordinate optimization , volume =. The Annals of Applied Statistics , author =. doi:10.1214/07-AOAS131 , language =

  217. [237]

    Journal of the American College of Cardiology , author =

    The. Journal of the American College of Cardiology , author =. 2020 , keywords =. doi:10.1016/j.jacc.2019.12.040 , abstract =

  218. [238]

    Foundations and Trends® in Machine Learning , author =

    An. Foundations and Trends® in Machine Learning , author =. 2019 , note =. doi:10.1561/2200000056 , abstract =

  219. [239]

    Transformers

    Müller, Samuel and Hollmann, Noah and Arango, Sebastian Pineda and Grabocka, Josif and Hutter, Frank , month = oct, year =. Transformers

  220. [241]

    Statistics and Computing , author =

    Fitting. Statistics and Computing , author =. 1996 , pages =. doi:10.1007/BF00143554 , language =

  221. [242]

    Microsoft Research , month = jan, year =

    Microsoft. Microsoft Research , month = jan, year =

  222. [243]

    Microsoft Research , month = oct, year =

    Who's. Microsoft Research , month = oct, year =

  223. [244]

    Microsoft Research , author =

    The power of prompting , url =. Microsoft Research , author =

  224. [245]

    Microsoft Research , author =

    Orca 2:. Microsoft Research , author =

  225. [246]

    Microsoft Research , author =

    Phi-2:. Microsoft Research , author =

  226. [247]

    Attention is

    Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, Łukasz and Polosukhin, Illia , year =. Attention is. Advances in

  227. [248]

    Sparks of

    Bubeck, Sébastien and Chandrasekaran, Varun and Eldan, Ronen and Gehrke, Johannes and Horvitz, Eric and Kamar, Ece and Lee, Peter and Lee, Yin Tat and Li, Yuanzhi and Lundberg, Scott and Nori, Harsha and Palangi, Hamid and Ribeiro, Marco Tulio and Zhang, Yi , month = apr, year...

  228. [249]

    Nature Communications , author =

    The design and evaluation of hybrid controlled trials that leverage external data and randomization , volume =. Nature Communications , author =. 2022 , pages =. doi:10.1038/s41467-022-33192-1 , abstract =

  229. [250]

    Clinical Cancer Research , author =

    Lessons. Clinical Cancer Research , author =. 2019 , pages =. doi:10.1158/1078-0432.CCR-19-0945 , abstract =

  230. [251]

    Biometrics , author =

    Integration of survival data from multiple studies , volume =. Biometrics , author =. 2022 , pages =. doi:10.1111/biom.13517 , abstract =

  231. [252]

    Biometrics , author =

    Bayesian. Biometrics , author =. 2017 , pages =. doi:10.1111/biom.12668 , abstract =

  232. [253]

    Fast. Journal of computational and graphical statistics : a joint publication of American Statistical Association, Institute of Mathematical Statistics, Interface Foundation of North America , author =. 2023 , keywords =. doi:10.1080/10618600.2022.2115500 , abstract =

  233. [254]

    Additive. Journal of computational and graphical statistics : a joint publication of American Statistical Association, Institute of Mathematical Statistics, Interface Foundation of North America , author =. 2021 , keywords =. doi:10.1080/10618600.2020.1853550 , abstract =

  234. [255]

    , month = dec, year =

    Hornung, Roman and Wright, Marvin N. , month = dec, year =. Block. BMC Bioinformatics , publisher =. doi:10.1186/s12859-019-2942-y , abstract =

  235. [256]

    1999 , pages =

    Journal of Optimization Theory and Applications , author =. 1999 , pages =. doi:10.1023/A:1021765131316 , abstract =

  236. [257]

    Global optimization , author =

    A deterministic algorithm for global optimization , abstract =. Global optimization , author =

  237. [258]

    and Moeschberger, Melvin L

    Klein, John P. and Moeschberger, Melvin L. , year =. Survival analysis: techniques for censored and truncated data , isbn =

  238. [259]

    THE TWO CULTURES , author =

    Statistical. THE TWO CULTURES , author =

  239. [260]

    Evaluation Review , author =

    2014. Evaluation Review , author =. 2015 , pages =. doi:10.1177/0193841X15573659 , abstract =

  240. [261]

    Annual Review of Statistics and Its Application , author =

    A. Annual Review of Statistics and Its Application , author =. 2023 , pages =. doi:10.1146/annurev-statistics-042522-103837 , abstract =

  241. [262]

    Evaluation Review , author =

    Generalizing. Evaluation Review , author =. 2017 , pages =. doi:10.1177/0193841X16660663 , abstract =

  242. [263]

    Annual Review of Statistics and Its Application , author =

    Functional. Annual Review of Statistics and Its Application , author =. 2015 , pages =. doi:10.1146/annurev-statistics-010814-020413 , abstract =

  243. [264]

    Nature , publisher =

    Comprehensive molecular portraits of human breast tumours , volume =. Nature , publisher =. 2012 , note =. doi:10.1038/nature11412 , abstract =

  244. [265]

    Tian, Peixin and Hu, Yiqian and Liu, Zhonghua and Zhang, Yan Dora , month = dec, year =. Grace-. BMC Bioinformatics , publisher =. doi:10.1186/s12859-022-05016-y , abstract =

  245. [266]

    Biostatistics (Oxford, England) , author =

    Bayesian integrative analysis and prediction with application to atherosclerosis cardiovascular disease , volume =. Biostatistics (Oxford, England) , author =. 2021 , pages =. doi:10.1093/biostatistics/kxab016 , abstract =

  246. [267]

    2015 , pages =

    Biometrics , author =. 2015 , pages =. doi:10.1111/biom.12266 , abstract =

  247. [268]

    Dai, Xiaotian and Lu, Xuewen and Chekouo, Thierry , month = aug, year =. A. Statistical Methods in Medical Research , publisher =. doi:10.1177/09622802231181231 , abstract =

  248. [269]

    Biostatistics , author =

    Bayesian inference for generalized linear mixed models , volume =. Biostatistics , author =. 2010 , pages =. doi:10.1093/biostatistics/kxp053 , abstract =

  249. [270]

    Statistics in Medicine , author =

    Extending inferences from a randomized trial to a new target population , volume =. Statistics in Medicine , author =. 2020 , pages =. doi:10.1002/sim.8426 , abstract =

  250. [271]

    Statistics in Medicine , author =

    Group sequential clinical trials for longitudinal data with analyses using summary statistics , volume =. Statistics in Medicine , author =. 2005 , note =. doi:10.1002/sim.2127 , abstract =

  251. [272]

    Annals of Internal Medicine , author =

    Clinical. Annals of Internal Medicine , author =. 2010 , pages =. doi:10.7326/0003-4819-153-6-201009210-00008 , language =

  252. [273]

    Detection of

    Li, Yu-Ning and Li, Degui and Fryzlewicz, Piotr , month = jul, year =. Detection of. Journal of Business & Economic Statistics , publisher =. doi:10.1080/07350015.2022.2076686 , abstract =

  253. [274]

    Mayo Clinic Proceedings: Digital Health , author =

    Plastic. Mayo Clinic Proceedings: Digital Health , author =. 2023 , keywords =. doi:10.1016/j.mcpdig.2023.06.002 , abstract =

  254. [275]

    Nature , author =

    Health system-scale language models are all-purpose prediction engines , volume =. Nature , author =. 2023 , pages =. doi:10.1038/s41586-023-06160-y , abstract =

  255. [276]

    Genome Biology , author =

    Multi-omics approaches to disease , volume =. Genome Biology , author =. 2017 , keywords =. doi:10.1186/s13059-017-1215-1 , abstract =

  256. [277]

    Statistics in Medicine , author =

    Modeling and forecasting of at home activity in older adults using passive sensor technology , volume =. Statistics in Medicine , author =. 2022 , note =. doi:10.1002/sim.9529 , abstract =

  257. [278]

    Journal of the Royal Statistical Society Series C: Applied Statistics , author =

    Assessing. Journal of the Royal Statistical Society Series C: Applied Statistics , author =. 2021 , pages =. doi:10.1111/rssc.12472 , abstract =

  258. [279]

    The American Journal of Human Genetics , author =

    Linkage. The American Journal of Human Genetics , author =. 2001 , pages =. doi:10.1086/321275 , language =

  259. [280]

    , year =

    Foulkes, Andrea S. , year =. Applied. doi:10.1007/978-0-387-89554-3 , language =

  260. [281]

    , month = mar, year =

    Ziegler, Andreas and König, Inke R. , month = mar, year =. A. doi:10.1002/9783527633654 , language =

  261. [282]

    Journal of the Royal Statistical Society: Series B (Methodological) , author =

    Bayesian. Journal of the Royal Statistical Society: Series B (Methodological) , author =. 1995 , pages =. doi:10.1111/j.2517-6161.1995.tb02042.x , language =

  262. [283]

    , month = nov, year =

    Geyer, Charles J. , month = nov, year =. Practical. Statistical Science , publisher =. doi:10.1214/ss/1177011137 , abstract =

  263. [284]

    Modeling the

    Fiecas, Mark and Ombao, Hernando , month = oct, year =. Modeling the. Journal of the American Statistical Association , publisher =. doi:10.1080/01621459.2016.1165683 , abstract =

  264. [285]

    and Nason, Guy P

    Killick, Rebecca and Knight, Marina I. and Nason, Guy P. and Nunes, Matthew A. and Eckley, Idris A. , month = mar, year =. Automatic. doi:10.48550/arXiv.2303.07772 , abstract =

  265. [286]

    and Killick, Rebecca , month = jul, year =

    Hyndman, Rob J. and Killick, Rebecca , month = jul, year =

  266. [287]

    Journal of the Royal Statistical Society Series C: Applied Statistics , author =

    Identifying irregular activity sequences: an application to passive household monitoring , volume =. Journal of the Royal Statistical Society Series C: Applied Statistics , author =. 2023 , keywords =. doi:10.1093/jrsssc/qlad005 , abstract =

  267. [288]

    Bayesian

    Chen, Ray-Bing and Chu, Chi-Hsiang and Yuan, Shinsheng and Wu, Ying Nian , year =. Bayesian. Journal of Computational and Graphical Statistics , publisher =

  268. [289]

    Medium , author =

    Unit. Medium , author =

  269. [290]

    Structural

    Gaynanova, Irina and Li, Gen , month = jul, year =. Structural

  270. [291]

    and Hoadley, Katherine A

    Lock, Eric F. and Hoadley, Katherine A. and Marron, J. S. and Nobel, Andrew B. , month = mar, year =. Joint and individual variation explained (. The Annals of Applied Statistics , publisher =. doi:10.1214/12-AOAS597 , abstract =

  271. [292]

    Briefings in Bioinformatics , author =

    Integrative analysis of multi-omics and imaging data with incorporation of biological information via structural. Briefings in Bioinformatics , author =. 2023 , keywords =. doi:10.1093/bib/bbad073 , abstract =

  272. [293]

    Cross Validated , author =

    Answer to ". Cross Validated , author =

  273. [294]

    and Adeli, Ehsan and Altman, Russ and Arora, Simran and von Arx, Sydney and Bernstein, Michael S

    Bommasani, Rishi and Hudson, Drew A. and Adeli, Ehsan and Altman, Russ and Arora, Simran and von Arx, Sydney and Bernstein, Michael S. and Bohg, Jeannette and Bosselut, Antoine and Brunskill, Emma and Brynjolfsson, Erik and Buch, Shyamal and Card, Dallas and Castellon, Rodrigo...

  274. [295]

    Betancourt, Michael , month = jul, year =. A

  275. [296]

    PLOS Computational Biology , author =

    Multiview learning for understanding functional multiomics , volume =. PLOS Computational Biology , author =. 2020 , pages =. doi:10.1371/journal.pcbi.1007677 , language =

  276. [297]

    and Berglund, Patricia A

    Heeringa, Steven G. and Berglund, Patricia A. , month = feb, year =. A. doi:10.1101/2020.02.10.942011 , abstract =

  277. [298]

    Biometrics , author =

    A. Biometrics , author =. 2003 , note =. doi:10.1111/1541-0420.00062 , abstract =

  278. [299]

    Ioannidis, John P. A. , month = aug, year =. Why. PLOS Medicine , publisher =. doi:10.1371/journal.pmed.0020124 , abstract =

  279. [300]

    Scientific Reports , author =

    Principal. Scientific Reports , author =. 2022 , pages =. doi:10.1038/s41598-022-14395-4 , abstract =

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.