Skip to main content
medRxiv
  • Home
  • About
  • Submit
  • ALERTS / RSS
Advanced Search

Cross-site predictions of readmission after psychiatric hospitalization with mood or psychotic disorders

Boyu Ren, WonJin Yoon, Spencer Thomas, Guergana Savova, Timothy Miller, Mei-Hua Hall
doi: https://doi.org/10.1101/2024.08.26.24312586
Boyu Ren
1Laboratory for Psychiatric Biostatistics, McLean Hospital, Belmont, MA
5Department of Psychiatry, Harvard Medical School, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
WonJin Yoon
2Computational Health Informatics Program, Boston Children’s Hospital, Boston, MA
3Department of Pediatrics, Harvard Medical School, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Spencer Thomas
2Computational Health Informatics Program, Boston Children’s Hospital, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Guergana Savova
2Computational Health Informatics Program, Boston Children’s Hospital, Boston, MA
3Department of Pediatrics, Harvard Medical School, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Timothy Miller
2Computational Health Informatics Program, Boston Children’s Hospital, Boston, MA
3Department of Pediatrics, Harvard Medical School, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • For correspondence: timothy.miller{at}childrens.harvard.edu
Mei-Hua Hall
4Psychosis Neurobiology Laboratory, McLean Hospital, Belmont, MA
5Department of Psychiatry, Harvard Medical School, Boston, MA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • Abstract
  • Full Text
  • Info/History
  • Metrics
  • Data/Code
  • Preview PDF
Loading

Abstract

Patients with mood or psychotic disorders have high rates of unplanned readmission, and predicting readmission likelihood may guide discharge decisions. In this retrospective, multi-site study, we assess the predictive power of various structured variables from electronic health records for all-cause readmission in each site separately and evaluate the generalizability of the in-site prediction models across sites. We find that the set of relevant predictors vary significantly across. For example, length of stay is strongly predictive of readmission at only three out of the four sites. We also find a general lack of cross-site generalizability of the in-site prediction models, with in-site predictions having an average F1 score of 0.666, compared to an average F1 score of 0.551 for cross-site predictions. The generalizability cannot be improved even after adjusting for differences in the distributions of predictors. These results indicate that, with this set of predictors, fitting individual models at each site is necessary to achieve reasonable prediction accuracy. Additionally, they suggest that more sophisticated predictors variables or predictive algorithms are needed to develop generalizable models capable of extracting robust insights into the root causes of early psychiatric readmissions.

Introduction

Mood and psychotic disorders rank among the most disabling conditions worldwide.1–5 In 2020, the United States alone spent $186 billion on treatment for mental health disorders, constituting 6.4% of the total US healthcare spending.6 This underscores the substantial economic burden of mental health conditions on the healthcare system. In addition, a substantial proportion of psychiatric inpatients are readmitted unplanned within 30 days after discharge.7,8 Readmissions not only are disruptive but also cause enormous economic burden for patients and families, and are a key driver of rising healthcare costs.9,10 The readmission rate is considered an indicator of the mental health care quality.11,12 A 2013 US Nationwide Readmission study reported that psychiatric disorders account for the largest portion (24%) of short-term (< 30-day) readmissions among young adults between 18 and 44 years old; that the readmission rate of schizophrenia patients is among the highest (25.7%); and that psychiatric disorders, including substance abuse, contribute to a tenth of all discharges leading to readmission, with nearly one fifth of discharges leading to readmission occurring in Medicare and Medicaid insured individuals.13

Addressing and predicting unplanned readmission are therefore major unmet needs of psychiatric care.

Previous studies leveraging structured elements of Electronic Health Record (EHR) data for short-term psychiatric readmission prediction have identified various risk factors associated with 30-day unplanned psychiatric readmissions, including gender, marital status, insurance status, specific diagnoses (e.g., schizophrenia), substance use, and length of stay.7,14 More recently, Natural Language Processing (NLP) techniques have been employed to extract insights from unstructured clinical notes for readmission risk prediction. These studies corroborated findings from structured elements while uncovering additional features such as suicidality,15 prior psychiatric admissions,16 family relationships,16,17 and symptom severity (e.g., mood, psychosis).16–18

Despite the potential of EHR data in readmission prediction, several limitations persist. One important issue is that there is a scarcity of cross-dataset validation. Most studies focus on model development and validation within a single hospital or dataset drawn from a large healthcare system consisting of different hospitals. For the latter, it is assumed that hospital-specific differences in practices, documentation, and patient populations within the same healthcare system are largely negligible. However, each hospital might have a history of catering to specific patient populations and psychiatric needs. True cross-dataset validation, where a model trained on one hospital dataset is explicitly tested on another, is exceedingly rare. This limitation hampers our understanding of how well prediction models and predictive variables generalize across different hospitals and patient populations. Furthermore, direct comparisons of various prediction algorithms across independent datasets are uncommon, limiting our understanding of how models might perform in diverse settings with various patient populations or institutional patient care practices. These issues are important considerations for building robust and widely applicable readmission prediction models.

To address these issues, we extract psychiatric inpatient EHR from four different hospitals within the same healthcare system in the Boston area. We focus on assessing characteristics of patient populations across hospitals, to perform cross-dataset validation, where a model trained on one hospital dataset is tested on another, and to compare various prediction algorithms across independent hospital datasets.

Materials and methods

Study design and cohort generation

This is a retrospective study of patients with electronic health records (EHR) of inpatient psychiatric unit stays at four Boston academic medical hospitals within the Mass General Brigham (MGB) system – Massachusetts General Hospital (MGH), McLean Hospital (MCL), Brigham and Women’s Hospital (BWH), and Faulkner Hospital (FH). EHRs were sourced from the Research Patient Data Registry (RPDR), a centralized regional data repository across all institutions in the MGB healthcare system. While these four hospitals have different patient populations, staff, and operate largely independently, their records are all accessible in the RPDR research database system. This study was approved by the MGB Institutional Review Board.

We queried EHRs of patients, separate in each hospital, who were age between 18-65 years old at the time of query (April 2023) AND with any diagnosis codes for Mood disorders (F30-F39 in ICD10) OR psychotic disorders (F20-29 in ICD10). While ICD codes may have low positive predictive value for phenotyping studies,19 for this work we took a liberal view of the inclusion criteria in order to take a broader view of these disorders, as well as to increase the size of our labeled datasets. Structured data included demographics (age, sex, race/ethnicity, insurance type, and diagnoses). Data also included unstructured clinical narratives (progress reports and discharge summaries), analysis of which will be described in future work.

Data Extraction

To study all-cause readmission, we extracted the set of patients with inpatient encounters matching the above inclusion criteria, and then all additional inpatient encounters for those patients, across MGB sites. The i2b220 query interface at MGB allows us to specify these criteria in a graphical user interface. The query results were returned as text files representing database tables, with one row per encounter. To create classification instances, we automatically labeled inpatient encounters as being “psychosis or mood disorder related” if they contained an ICD10 billing code starting with F2 or F3. We then collected the set of additional encounters for these patients and ordered all encounters by date. The database column contains an “Inpatient/Outpatient” column which we use to define Inpatient encounters. Inpatient encounters that overlapped in dates were merged during pre-processing. These merged inpatient encounters represent the classification instances. For each classification instance, it was given a positive label (representing early readmission) if the admission date of the next inpatient encounter in the patient encounter sequence was within 30 days of the discharge date of the discharge encounter.

Prediction algorithms and variables

We considered two models for the prediction of 30-day readmission, logistic regression and random forest (RF). Logistic regression is the most widely used classification model with a linear decision boundary while RF allows for a non-linear decision boundary and the ability to handle complex interactions between predictors. For both models, we used age at discharge, sex, race, diagnosis of psychosis, mood disorder, anxiety and substance use disorder (SUD), and length of stay (in days) as the predictors. We only included main effects of the predictors in the logistic regression model for simplicity. We then evaluated the within-site and cross-site prediction accuracy of these models. For each site, we split the original data with a 3-to-1 ratio into a training and a testing set. To create these splits, we use the last digit of a cross-site patient identifier so that patients with encounters at more than one site are in the same split at different sites (i.e., a patient would not be in the train set at McLean and the test set at MGB). We developed a site-specific model using the training set for a given site and applied these models to the testing set of the same site for within-site evaluation and the testing set of other sites for cross-site evaluation. We used the area under the ROC curve (AUROC) and F1 score to measure the prediction performance.

Cross-site prediction with covariate shift

The site-specific prediction model for site s is designed to optimize the expected prediction performance with respect to the data distribution of site s. When applying it to a different site, it might not be able to produce useful predictions if the data distribution changes. With the aim to improve the cross-site prediction performance, we used a simple reweighting strategy to account for a particular type of shift in data distributions across sites, covariate shift, which assumes that the only difference in data distributions is in the marginal distributions of the predictors while the conditional distribution of the outcome given the predictors remain identical across sites [21]. This method works by weighting each of the input samples at a source site, when training a prediction model aiming to transport information from the source study to a target study, such that the weighted distribution of the predictors matches the distribution at the target site. For example, if the target site has a larger proportion of females than the source site, the weighting scheme would up-weight female subjects and down-weight males in model training. For a more formal description of this method, see Appendix A.

Results

Summary statistics of the dataset

Table 1 shows a detailed breakdown of psychiatric inpatient encounters (i.e., classification instances), their breakdown across sites, and the statistics of the variables associated with them. The initial query and post-processing yielded n=52237 classification instances across four sites: MCL (n=29845), MGH (n=18772), BWH (n=1406), FH (n=1053). From the table we can find that no pair of sites share similar distributions across all predictors. Clustering structure is evident for certain predictors. For example, records in BWH and Faulkner have similar racial composition while MCL and MGH share the same racial distribution. However, the clustering structure varies across different predictors. A patient may have multiple F2 and/or F3 diagnoses in a single encounter, most of the encounters have a diagnosis of mood disorders (lowest prevalence is 75.2% in MCL). Diagnosis of psychosis, anxiety and SUD are less common. The proportion of 30-day readmission is not too extreme in all four sites, ranging from 21.1% in Faulkner to 43.3% in MGH.

View this table:
  • View inline
  • View popup
Table 1:

Distributions of predictors in consideration and the outcome (30-day readmission) in four study sites. BWH=Brigham and Women’s Hospital, MCL=McLean, MGH=Mass General Hospital. LOS: length of stay; sud: substance use disorder

In-site Predictions

The estimated regression coefficients of the logistic model for all sites are illustrated in Table 2. None of the predictors are consistently significant across all sites and the estimated odds ratio can be qualitatively different from site to site. Length-of-stay (LOS) is significantly associated with the outcome in three sites but with different directionality (negative association in MGH and positive associations in BWH and Faulkner). Sex, diagnosis of anxiety and SUD are significantly associated with the outcome in MGH and MCL, although the directionality of the association of diagnosis of anxiety is different between these two sites. Age at discharge only shows significance in BWH and the contrast between other races to white, diagnosis of psychosis and mood disorders only show significance in MGH.

View this table:
  • View inline
  • View popup
Table 2:

Estimated regression coefficients of the logistic models for each of the four sites. Note the regression coefficients are transformed into the scale of odds ratios.

The results of the feature importance study using RF are shown in Table 3. The feature importance, measured by the decrease in prediction accuracy when randomly permuting a variable while keeping all other variables intact, reveals a different landscape of predictive power associated with each predictor. For all four sites, LOS has the highest importance among all predictors. However, the actual magnitude of this predictor is quite small except in the case of MGH (0.175). All other predictors are much less predictive, with the highest importance achieved for substance use disorder (sud) at 0.016. Note that the accuracy of a prediction model ranges from 0 to 1. A decrease of more than 0.1 can be considered as a substantial drop in the model performance while a decrease less than 0.01 is likely negligible.

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 3:

Feature importance of all predictors, measured by amount of accuracy decrease when removing the variable from the RF, over all four sites. Larger positive values means higher importance. “Acc” indicates the out-of-bag estimate of accuracy of the model with all variables included.

The AUCs and F1 score of the logistic models applied to the testing data of the same sites are visualized in the top panels of Figure 1 (diagonal elements of the heatmaps). Except for MGH, none of the sites achieve an AUC larger than 0.6, indicating low level of discriminative power of these models. MGH also has the highest F1 score among all sites. The results for RF are shown in the bottom panels of Figure 1. Only MGH enjoys a discernible improvement in prediction performance when switching from logistic model to RF—the AUC for MGH increases from 0.687 to 0.738 and the F1 score from 0.68 to 0.749. All results combined suggest that the predictors we included are only suitable for the prediction of 30-day readmission for encounters in MGH.

Figure 1:
  • Download figure
  • Open in new tab
Figure 1:

In- and cross-site prediction performance of the logistic regression models (top) and RF (bottom). The tiles with solid borders indicate the in-site prediction performance.

Cross-site Predictions

When directly applying a prediction model trained on data from one site to testing data from another site, the prediction performance is generally worse than in-site predictions (see Figure 1, off-diagonal elements), demonstrating a general lack of transportability of the prediction models across sites. The only exception is MGH. Faulkner and MCL models both achieve reasonable AUCs and F1-scores when tested on MGH data. RF trained with MCL data even leads to a higher AUC than in-site predictions for MGH. This indicates that the MGH records are inherently easier to predict.

One potential reason for this observed lack of transportability is due to covariate shift, that is, the distribution of the predictors are different from site to site, which has been confirmed in Table 1. The performance of cross-site predictions that adjust for covariate shift, based on the IPW approach introduced in the Method section, is illustrated in Figure 2. The results clearly show that the adjustment for covariate shift has relatively low benefit to transportability of the prediction models, as nearly none of the AUCs or F1 scores were improved substantially after weighting.

Figure 2:
  • Download figure
  • Open in new tab
Figure 2:

Cross-site prediction performance of the logistic regression models (top) and RF (bottom) after adjusting for covariate shift. The values outside the parentheses indicate the performance of the model with covariate shift adjustment while the values in the parentheses are the difference of the prediction performance of the adjusted model to the unadjusted model. Tiles with solid black borders are the cross-site predictions that benefit from covariate shift adjustment based on the change in the corresponding prediction performance metrics (AUC or F1).

Discussion

This study focused on assessing characteristics of patient populations across four hospitals, performing cross-dataset validation, and comparing two prediction algorithms, logistic regression and RF, across independent hospital datasets. Our results showed that the distribution of the predictors differ across all sites and that prediction of readmission risk using structured EHR data is a very challenging task. Our results go further in establishing that there is a high amount of variability in results across sites, both in predictability and in the importance of different input variables, even when all four sites are part of the same health system, with shared databases, and in the same geographical area. Both models showed that LOS is an important feature of readmission risk. In the logistic regression model LOS is significantly associated with the outcome in three sites (Table 2) and in the RF model it has the highest importance among all predictors (Table 3). Longer LOS predicts greater readmission risk in BGW and Faulkner hospitals. The unexpected negative association in MGH might be explained by a proportion of patients with less severity and responding to hospital treatment in a short period, while the other patients with more severe symptoms needing longer hospitalized treatment, resulting in a “u shaped” association.

In addition, we showed that the most straightforward explanation for the lack of cross-site transportability, covariate shift, does not account for much of the performance difference. While there were significant differences in input variables distributions between sites, the negligible or even negative effect of our inverse probability weighting strategy suggests that more complex modes of heterogeneity across sites are present. For example, patients’ non-mental health related comorbidities may interact with mental health conditions in complex ways resulting in different conditional distributions in each site. As a result, modeling covariate shift using a simple reweighting strategy in this study is not able to capture a complex heterogeneity structure. The sites vary in multiple ways: The sample sizes McL and MGH are significantly bigger than BWH and Faulkers hospitals. Also, McL is a dedicated psychiatric facility while for the other three sites, psychiatry is just one of many specialties. It is currently unknown to what extent the diagnostic input codes from EHR relate to the readmission risk in a different way at different sites due to the heterogeneity of the patient profiles linked to different sites – for example, perhaps a site like McL is seeing patients with more complex medical and psychiatric comorbidities.

This study focused on the use of structured variables from EHRs. The unstructured data are richly detailed adding valuable contextual information to individual clinical records. It is likely that more fine-grained variables that can be extracted from unstructured text will yield higher predictive value. For example, for the hypothesis above concerning severity and comorbidities, an NLP-based approach mentioned may contribute – classifying psychiatric patients with or without non-mental health related comorbidities and modeling severity. Ongoing work is pursuing this direction.

Finally, we noted that the lack of transportability in predicting readmission seems to be less prominent between McLean and MGH—when applying the site-specific RF model of either hospital to the other, the resulting performance is comparable to those of the in-site predictions. One possible explanation for this anomalous result, as indicated by the feature importance in Table 2, is that the RF models for both hospitals share the same dominating predictor, LOS, which accounts for a non-ignorable proportion of the outcome variability. It is likely that there are unobserved yet highly predictive variables that are unique to each site and by including them in the models, the in-site predictions could be improved such that the anomaly we observed here for McLean and MGH is no longer present. This again highlights the necessity to move beyond the current set of structured variables for predictions of readmission.

Data Availability

The data is not publicly available.

Appendix A: Formal description of inverse probability weighting algorithm

We first introduce some notation for ease of exposition. Let (Y, X, S) be the triplet indicating the outcome, set of predictors and site index. Denote the loss function of a particular model by l(Y; f(X)), where f is the prediction function, and the distribution of (Y, X) in site S = s by ps. Under the assumption of covariate shift, we have ps(y|x) = ps′(y|x) but ps(x) ≠ ps′(x). The site-specific prediction model for site s is trained to optimize the expected loss Embedded Image. In practice, since ps is unknown, the empirical loss Embedded Image which is a consistent estimator of L(s), is used for training. Here ns is the sample size of the training set for site s. If we want to build prediction models for site s′ based on data of site s, we can leverage the following result: Embedded Image The last equality follows due to the covariate shift assumption. In other words, this means that we can use the following weighted empirical loss function, based on data in site s, to train a prediction function that asymptotically minimizes the expected loss for site s′: Embedded Image Note that the ratio ps′(Xi)/ps(X) can be estimated using Bayes’ rule: Embedded Image We estimate the first ratio to the right-hand side by ns/ns′ and the second ratio through logistic regression with the binary outcome I(S = s) and covariates X on the merged data of site s and s′.

References

  1. 1.↵
    Saha S, Whiteford H, McGrath J. Modelling the incidence and mortality of psychotic disorders: data from the second Australian national survey of psychosis. Aust N Z J Psychiatry. 2014 Apr;48(4):352–9.
    OpenUrlCrossRefPubMed
  2. 2.
    Waghorn G, Saha S, Harvey C, Morgan VA, Waterreus A, Bush R, et al. “Earning and learning” in those with psychotic disorders: the second Australian national survey of psychosis. Aust N Z J Psychiatry. 2012 Aug;46(8):774–85.
    OpenUrlCrossRefPubMed
  3. 3.
    Rössler W, Salize HJ, van Os J, Riecher-Rössler A. Size of burden of schizophrenia and psychotic disorders. Eur Neuropsychopharmacol J Eur Coll Neuropsychopharmacol. 2005 Aug;15(4):399–409.
    OpenUrl
  4. 4.
    Whiteford HA, Ferrari AJ, Degenhardt L, Feigin V, Vos T. The global burden of mental, neurological and substance use disorders: an analysis from the Global Burden of Disease Study 2010. PloS One. 2015;10(2):e0116820.
    OpenUrlCrossRefPubMed
  5. 5.↵
    OECD. Making Mental Health Count: The Social and Economic Costs of Neglecting Mental Health Care [Internet]. Paris: Organisation for Economic Co-operation and Development; 2014 [cited 2024 May 30]. Available from: https://www.oecd-ilibrary.org/social-issues-migration-health/making-mental-health-count_9789264208445-en
  6. 6.↵
    Figueroa JF, Phelan J, Orav EJ, Patel V, Jha AK. Association of Mental Health Disorders With Health Care Spending in the Medicare Population. JAMA Netw Open. 2020 Mar 2;3(3):e201210.
    OpenUrl
  7. 7.↵
    Muhammad N, Talpur S, Sangroula N, Washdave FNU. Independent Predictors of 30-Day Readmission to Acute Psychiatric Wards in Patients With Mental Disorders: A Systematic Review and Meta-Analysis. Cureus [Internet]. 2023 Jul [cited 2024 May 17];15(7). Available from: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10453981/
  8. 8.↵
    Buck JA, Lowenstein L. Psychiatric Facility Readmissions of Medicare Inpatients. Psychiatr Serv. 2022 Mar;73(3):361–361.
    OpenUrl
  9. 9.↵
    Mangalore R, Knapp M. Cost of schizophrenia in England. J Ment Health Policy Econ. 2007 Mar;10(1):23–41.
    OpenUrlPubMed
  10. 10.↵
    Wu EQ, Birnbaum HG, Shi L, Ball DE, Kessler RC, Moulis M, et al. The economic burden of schizophrenia in the United States in 2002. J Clin Psychiatry. 2005 Sep;66(9):1122–9.
    OpenUrlCrossRefPubMedWeb of Science
  11. 11.↵
    Donisi V, Tedeschi F, Wahlbeck K, Haaramo P, Amaddeo F. Pre-discharge factors predicting readmissions of psychiatric patients: a systematic review of the literature. BMC Psychiatry. 2016 Dec 16;16(1):449.
    OpenUrlPubMed
  12. 12.↵
    Sfetcu R, Musat S, Haaramo P, Ciutan M, Scintee G, Vladescu C, et al. Overview of post-discharge predictors for psychiatric re-hospitalisations: a systematic review of the literature. BMC Psychiatry. 2017 24;17(1):227.
    OpenUrlPubMed
  13. 13.↵
    Strom JB, Kramer DB, Wang Y, Shen C, Wasfy JH, Landon BE, et al. Short-term rehospitalization across the spectrum of age and insurance types in the United States. PloS One. 2017;12(7):e0180767.
    OpenUrlCrossRefPubMed
  14. 14.↵
    Owusu E, Oluwasina F, Nkire N, Lawal MA, Agyapong VIO. Readmission of Patients to Acute Psychiatric Hospitals: Influential Factors and Interventions to Reduce Psychiatric Readmission Rates. Healthcare. 2022 Sep;10(9):1808.
    OpenUrl
  15. 15.↵
    Rumshisky A, Ghassemi M, Naumann T, Szolovits P, Castro VM, McCoy TH, et al. Predicting early psychiatric readmission with natural language processing of narrative discharge summaries. Transl Psychiatry. 2016 Oct 18;6(10):e921.
    OpenUrl
  16. 16.↵
    Boag W, Kovaleva O, McCoy TH, Rumshisky A, Szolovits P, Perlis RH. Hard for humans, hard for machines: predicting readmission after psychiatric hospitalization using narrative notes. Transl Psychiatry. 2021 Jan 11;11(1):1–6.
    OpenUrl
  17. 17.↵
    Holderness E, Miller N, Cawkwell P, Bolton K, Meteer M, Pustejovsky J, et al. Analysis of risk factor domains in psychosis patient health records. J Biomed Semant. 2019 Oct 31;10(1):19.
    OpenUrl
  18. 18.↵
    Alvarez-Mellado E, Holderness E, Miller N, Dhang F, Cawkwell P, Bolton K, et al. Assessing the Efficacy of Clinical Sentiment Analysis and Topic Extraction in Psychiatric Readmission Risk Prediction. In: Proceedings of the Tenth International Workshop on Health Text Mining and Information Analysis (LOUHI 2019) [Internet]. Hong Kong: Association for Computational Linguistics;2019. p. 81–6. Available from: https://www.aclweb.org/anthology/D19-6211
  19. 19.↵
    Yu S, Ma Y, Gronsbell J, Cai T, Ananthakrishnan AN, Gainer VS, et al. Enabling phenotypic big data with PheNorm. J Am Med Inform Assoc JAMIA. 2018 Jan 1;25(1):54–60.
    OpenUrl
  20. 20.↵
    Murphy SN, Mendis ME, Berkowitz DA, Kohane I, Chueh HC. Integration of clinical and genetic data in the i2b2 architecture. AMIA Annu Symp Proc. 2006;2006:1040.
    OpenUrl
  21. 21.↵
    Dahabreh IJ, Robertson SE, Tchetgen EJ, Stuart EA, Hernán MA. Generalizing causal inferences from individuals in randomized trials to all trial-eligible individuals. Biometrics. 2019 Jun;75(2):685–94.
    OpenUrlCrossRef
Back to top
PreviousNext
Posted August 26, 2024.
Download PDF
Data/Code
Email

Thank you for your interest in spreading the word about medRxiv.

NOTE: Your email address is requested solely to identify you as the sender of this article.

Enter multiple addresses on separate lines or separate them with commas.
Cross-site predictions of readmission after psychiatric hospitalization with mood or psychotic disorders
(Your Name) has forwarded a page to you from medRxiv
(Your Name) thought you would like to see this page from the medRxiv website.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Share
Cross-site predictions of readmission after psychiatric hospitalization with mood or psychotic disorders
Boyu Ren, WonJin Yoon, Spencer Thomas, Guergana Savova, Timothy Miller, Mei-Hua Hall
medRxiv 2024.08.26.24312586; doi: https://doi.org/10.1101/2024.08.26.24312586
Twitter logo Facebook logo LinkedIn logo Mendeley logo
Citation Tools
Cross-site predictions of readmission after psychiatric hospitalization with mood or psychotic disorders
Boyu Ren, WonJin Yoon, Spencer Thomas, Guergana Savova, Timothy Miller, Mei-Hua Hall
medRxiv 2024.08.26.24312586; doi: https://doi.org/10.1101/2024.08.26.24312586

Citation Manager Formats

  • BibTeX
  • Bookends
  • EasyBib
  • EndNote (tagged)
  • EndNote 8 (xml)
  • Medlars
  • Mendeley
  • Papers
  • RefWorks Tagged
  • Ref Manager
  • RIS
  • Zotero
  • Tweet Widget
  • Facebook Like
  • Google Plus One

Subject Area

  • Psychiatry and Clinical Psychology
Subject Areas
All Articles
  • Addiction Medicine (349)
  • Allergy and Immunology (668)
  • Allergy and Immunology (668)
  • Anesthesia (181)
  • Cardiovascular Medicine (2648)
  • Dentistry and Oral Medicine (316)
  • Dermatology (223)
  • Emergency Medicine (399)
  • Endocrinology (including Diabetes Mellitus and Metabolic Disease) (942)
  • Epidemiology (12228)
  • Forensic Medicine (10)
  • Gastroenterology (759)
  • Genetic and Genomic Medicine (4103)
  • Geriatric Medicine (387)
  • Health Economics (680)
  • Health Informatics (2657)
  • Health Policy (1005)
  • Health Systems and Quality Improvement (985)
  • Hematology (363)
  • HIV/AIDS (851)
  • Infectious Diseases (except HIV/AIDS) (13695)
  • Intensive Care and Critical Care Medicine (797)
  • Medical Education (399)
  • Medical Ethics (109)
  • Nephrology (436)
  • Neurology (3882)
  • Nursing (209)
  • Nutrition (577)
  • Obstetrics and Gynecology (739)
  • Occupational and Environmental Health (695)
  • Oncology (2030)
  • Ophthalmology (585)
  • Orthopedics (240)
  • Otolaryngology (306)
  • Pain Medicine (250)
  • Palliative Medicine (75)
  • Pathology (473)
  • Pediatrics (1115)
  • Pharmacology and Therapeutics (466)
  • Primary Care Research (452)
  • Psychiatry and Clinical Psychology (3432)
  • Public and Global Health (6527)
  • Radiology and Imaging (1403)
  • Rehabilitation Medicine and Physical Therapy (814)
  • Respiratory Medicine (871)
  • Rheumatology (409)
  • Sexual and Reproductive Health (410)
  • Sports Medicine (342)
  • Surgery (448)
  • Toxicology (53)
  • Transplantation (185)
  • Urology (165)