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
Hi! It would be really useful to have diagnostics on measurement concepts if possible. So if a codelist contains measurement concepts then a argument to do this addtional diagnostic and just on the measurement concepts. So a summary of what measurements, ranges, units, missingness etc.
The text was updated successfully, but these errors were encountered:
add a new function measurementDiagnostics() and add as an argument in phentoypeDiagnostics() like the others
In measurementDiagnostics() add some specific checks on measurement records - value_as_number, value_as_concept_id, unit_concept_id etc (and associated source values) - can just start with something basic and build up
Add associated table and plot functions in the shiny app
If we see we are wanting more and more measurement checks then we can separate out the code into a separate package
Can use your study as a test case @daniellenewby, and also try for some other obvious examples (bmi, blood tests, etc)
Hi! It would be really useful to have diagnostics on measurement concepts if possible. So if a codelist contains measurement concepts then a argument to do this addtional diagnostic and just on the measurement concepts. So a summary of what measurements, ranges, units, missingness etc.
The text was updated successfully, but these errors were encountered: