Closed gwassmer closed 2 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()
Fixed in pull request 48.
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()