Skip to content

Commit

Permalink
Chore: Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olavpo committed Sep 23, 2024
1 parent febfefc commit c1ee870
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions content/database_design/data-quality-03-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,15 +840,11 @@ When the outlier threshold is defined and stored as a data element value, we can

We will review how to create four different predictors/data elements using the outlier threshold:

---------------------------------------------------------------------------------------
Data element excluding outliers Data element values that are not outliers.
--------------------------------- -----------------------------------------------------
Data element outliers Data element values that *are* outliers.

Data element non-outlier count Count of data element values that are not outliers.

Data element outlier count Count of data element values that are outliers.
---------------------------------------------------------------------------------------
| Data element excluding outliers | Data element values that are not outliers. |
| :-- | :-- |
| Data element outliers | Data element values that *are* outliers.|
| Data element non-outlier count | Count of data element values that are not outliers.|
| Data element outlier count | Count of data element values that are outliers. |

The following example (with ANC 1st visit as the data element we are assessing) shows for an time series what output the different predictors are expected to produce

Expand Down

0 comments on commit c1ee870

Please sign in to comment.