You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functions for checking data assumptions, e.g., look at age and expect a distribution of ages between 0 and 216 for months (0 to 18 years), or Sp02 values only mapping to SF Ratios when SpO2 <= 97, GCS as an integer value between 3 and 15, ...
The text was updated successfully, but these errors were encountered:
@magic-lantern - I've started a branch feature-data-checks with one method for checking the age values. I think that a lot of the other variables can have simple functions for checks. Some will be more complex. Just a starting idea.
Enhancement:
Add functions for checking data assumptions, e.g., look at age and expect a distribution of ages between 0 and 216 for months (0 to 18 years), or Sp02 values only mapping to SF Ratios when SpO2 <= 97, GCS as an integer value between 3 and 15, ...
The text was updated successfully, but these errors were encountered: