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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
At three positions in each patients sequence, we insert either special codes X and Y. So there are four possible combinations: XX, XY, YX, and YY.
If the first position is X, then set P(T = 1) = 0.2.
If the first position is Y, then set P(T = 1) = 0.8.
If the second position is X, then set E[Y | T=1] = 0.1 and E[Y | T = 0] = 0.3.
If the second position is Y, then set E[Y | T = 1] = 0.7 and E[Y | T = 0] = 0.9.
Therefore, the relative ordering and presence of X and Y are confounders.
At three positions in each patients sequence, we insert either special codes X and Y. So there are four possible combinations: XX, XY, YX, and YY.
If the first position is X, then set P(T = 1) = 0.2.
If the first position is Y, then set P(T = 1) = 0.8.
If the second position is X, then set E[Y | T=1] = 0.1 and E[Y | T = 0] = 0.3.
If the second position is Y, then set E[Y | T = 1] = 0.7 and E[Y | T = 0] = 0.9.
Therefore, the relative ordering and presence of X and Y are confounders.