{ "cells": [ { "cell_type": "markdown", "id": "c9b616f1-95bf-4f1b-8e64-6db01abe7dc2", "metadata": {}, "source": [ "# Paper creation\n", "\n", "This document provides more information on the main results in the academic paper about the stroke outcome model.\n", "\n", "For each result, there are links to the pages in this online book where the data was created, and information on accessing the data shown in the paper's figures and tables or referenced in the text.\n", "\n", "The paper is _\"Modelling disability-level and utility outcome in stroke patients depending on time to intravenous thrombolysis and mechanical thrombectomy. Application to England and Wales\"_\n", "\n", " \n", "Preview of the first page of the stroke outcome paper." ] }, { "cell_type": "markdown", "id": "45441e7f-27ae-4958-85cd-189dd3c01a67", "metadata": {}, "source": [ "## mRS distribution derivation\n", "\n", "Table 1 contains the derived mRS distributions:" ] }, { "cell_type": "code", "execution_count": 9, "id": "0a22edaa-94bf-4ab3-a6c8-d9c3f0abac61", "metadata": {}, "outputs": [], "source": [ "import stroke_outcome.outcome_utilities\n", "\n", "mrs_dists, mrs_dists_notes = (\n", " stroke_outcome.outcome_utilities.import_mrs_dists_from_file())" ] }, { "cell_type": "code", "execution_count": 10, "id": "965ced00-b37c-46c9-bd53-04118c071b4e", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | mRS<=0 | \n", "mRS<=1 | \n", "mRS<=2 | \n", "mRS<=3 | \n", "mRS<=4 | \n", "mRS<=5 | \n", "mRS<=6 | \n", "
---|---|---|---|---|---|---|---|
Stroke type | \n", "\n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " |
pre_stroke_nlvo | \n", "0.583 | \n", "0.746 | \n", "0.850 | \n", "0.951 | \n", "0.993 | \n", "1.000 | \n", "1 | \n", "
pre_stroke_lvo | \n", "0.408 | \n", "0.552 | \n", "0.672 | \n", "0.838 | \n", "0.956 | \n", "1.000 | \n", "1 | \n", "
no_treatment_lvo | \n", "0.050 | \n", "0.129 | \n", "0.265 | \n", "0.429 | \n", "0.676 | \n", "0.811 | \n", "1 | \n", "
no_treatment_nlvo | \n", "0.198 | \n", "0.460 | \n", "0.580 | \n", "0.708 | \n", "0.856 | \n", "0.918 | \n", "1 | \n", "
no_effect_nlvo_ivt_deaths | \n", "0.196 | \n", "0.455 | \n", "0.574 | \n", "0.701 | \n", "0.847 | \n", "0.908 | \n", "1 | \n", "
no_effect_lvo_ivt_deaths | \n", "0.048 | \n", "0.124 | \n", "0.255 | \n", "0.414 | \n", "0.653 | \n", "0.783 | \n", "1 | \n", "
no_effect_lvo_mt_deaths | \n", "0.048 | \n", "0.124 | \n", "0.255 | \n", "0.412 | \n", "0.649 | \n", "0.779 | \n", "1 | \n", "
t0_treatment_nlvo_ivt | \n", "0.445 | \n", "0.642 | \n", "0.752 | \n", "0.862 | \n", "0.941 | \n", "0.967 | \n", "1 | \n", "
t0_treatment_lvo_ivt | \n", "0.140 | \n", "0.233 | \n", "0.361 | \n", "0.522 | \n", "0.730 | \n", "0.838 | \n", "1 | \n", "
t0_treatment_lvo_mt | \n", "0.306 | \n", "0.429 | \n", "0.548 | \n", "0.707 | \n", "0.851 | \n", "0.915 | \n", "1 | \n", "