rpact-com / rpact

rpact: Confirmatory Adaptive Clinical Trial Design and Analysis
https://rpact-com.github.io/rpact/
23 stars 5 forks source link

Automatic boundary calculation #46

Closed gwassmer closed 2 months ago

gwassmer commented 3 months ago

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()

fpahlke commented 2 months ago

Fixed in pull request 48.