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

Allow event_tbl as input of gs_update_ahr #499

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

LittleBeannie
Copy link
Collaborator

When updating the boundaries, there are two approaches to consider:

  • Approach 1: Input the blinded data. The current gs_update_ahr function will calculate the events for each piecewise interval. These events are then used to calculate the treatment effect (theta) and the statistical information under the alternative hypothesis (info0).
  • Approach 2: Input the events for each piecewise interval directly.

Approach 2 is particularly useful when investigating boundaries with event accrual that is faster or slower than planned, without the need for observed data. Additionally, it is beneficial when users already know the summary of event counts.

@LittleBeannie LittleBeannie self-assigned this Feb 4, 2025
@LittleBeannie LittleBeannie linked an issue Feb 4, 2025 that may be closed by this pull request
@LittleBeannie LittleBeannie marked this pull request as draft February 4, 2025 22:26
@LittleBeannie LittleBeannie marked this pull request as ready for review February 4, 2025 22:57
@LittleBeannie LittleBeannie requested a review from keaven February 4, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow event table as input of gs_update_ahr
1 participant