I have a cohort with three rules and another with the same three and a fourth. Is it reasonable to expect the attrition tables to match for the three rules they have in common?
For counter example, you would not expect the table below, right?
qualified events. 10k 10k
condition a 5k 5k
condition b 4000 3990
measurement c. 3500 3475
measurement d. n/a 2000
I’ve dug down into the generated sql for the bigger version, and trimmed away to the smaller, and not been able to reproduce what I see in the table. Dissecting the generated code, removing the last rule, produces consistent results.
How similar is the generated code to what the attrition table uses?
Thanks
-Chris