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

Automatic boundary calculation #46

Closed
gwassmer opened this issue Jul 31, 2024 · 1 comment
Closed

Automatic boundary calculation #46

gwassmer opened this issue Jul 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gwassmer
Copy link
Collaborator

For this case, no error message should be displayed (the number of stages for the dummy design can be arbitrary)

dummyDesign <- getDesignGroupSequential(kMax = 4,
alpha = 0.025,
sided = 1,
typeOfDesign = "asOF")
dataSurvival <- getDataset(cumulativeEvents = c(41, 86),
cumulativeLogRanks = c(-1.865, -2.510))
getAnalysisResults(design = dummyDesign,
dataInput = dataSurvival,
directionUpper = FALSE,
maxInformation = 120) |> summary()

@gwassmer gwassmer added the bug Something isn't working label Jul 31, 2024
fpahlke added a commit that referenced this issue Aug 15, 2024
fpahlke added a commit that referenced this issue Aug 16, 2024
@fpahlke
Copy link
Member

fpahlke commented Aug 16, 2024

Fixed in pull request 48.

@fpahlke fpahlke closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants