From 9adf510b0f4747017d18e0d4c16b40df2b471715 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Fri, 20 Jan 2023 10:10:44 -0500 Subject: [PATCH] Update chapter3.qmd --- chapter3.qmd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chapter3.qmd b/chapter3.qmd index d318a91..a1ef8aa 100644 --- a/chapter3.qmd +++ b/chapter3.qmd @@ -19,3 +19,18 @@ coded rules in place today. The study will primarily focus on TSH reflex testing as this is the most common reflex test used in most laboratories. The hypothesis however is that this model could be used for many different types of reflex testing in the lab. + +```{r} +#| include: false +source(here::here("ML","1-data-exploration.R")) +``` + +```{r} +#| label: tbl-data_summary +#| tbl-cap: Data Summary Table +#| echo: false + + +merged_summary_table + +```