Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement washover based on two events #146

Open
david26694 opened this issue Jan 31, 2024 · 0 comments · May be fixed by #167
Open

Implement washover based on two events #146

david26694 opened this issue Jan 31, 2024 · 0 comments · May be fixed by #167
Assignees

Comments

@david26694
Copy link
Owner

david26694 commented Jan 31, 2024

For each record in our experiment, we have two events' timestamps, login_timestamp and logout_timestamp. We want to apply washover such that if there is a change in treatment between login_timestamp and logout_timestamp.

Calendar:

treatment,time
A,10:00
B,11:00
B,12:00

Record data:

id,start_time,end_time
1,10:50,10:59
2,10:51,11:01
3,11:01,11:05
4,11:01,12:01
5,12:01,12:05

In this case, we want to washover row number 2.

@david26694 david26694 added the enhancement New feature or request label Feb 2, 2024
@david26694 david26694 added this to the Washover improvements milestone Feb 2, 2024
@david26694 david26694 removed the enhancement New feature or request label Feb 2, 2024
@Manhe-dev Manhe-dev self-assigned this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants