Skip to content

Automatic boundary calculation #46

Closed
@gwassmer

Description

@gwassmer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions