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
if a user add demographics to a cohort then matches the demographics are not carried through to the matched cohort and this can cause problems later on in the analysis as this information is missing.
For example:
create a cohort
add demographics
do matching
do characteristics
In the workflow above the matched cohort will have strata information on sex and age etc as step 3 was done after step 2. Needs a warning to warn user that demographics are not carried through for the matched cohort.
Workaround:
create a cohort
add demographics
do matching
add demographics again
do characteristics
This creates a warning about overwriting columns for the original columns and the sampled columns however if i do this:
create a cohort
do matching
add demographics
add some filtering and update the attrition
do characteristics
The above is annoying i would get attrition for my original and the matched and sampled ones which i do not want therefore the middle workflow is better.
The text was updated successfully, but these errors were encountered:
if a user add demographics to a cohort then matches the demographics are not carried through to the matched cohort and this can cause problems later on in the analysis as this information is missing.
For example:
In the workflow above the matched cohort will have strata information on sex and age etc as step 3 was done after step 2. Needs a warning to warn user that demographics are not carried through for the matched cohort.
Workaround:
This creates a warning about overwriting columns for the original columns and the sampled columns however if i do this:
The above is annoying i would get attrition for my original and the matched and sampled ones which i do not want therefore the middle workflow is better.
The text was updated successfully, but these errors were encountered: