A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rpact-com/rpact/issues/79 below:

Boundaries p Values Scale plot [3] only shows efficacy boundaries · Issue #79 · rpact-com/rpact · GitHub

In current rpact version the plot Boundaries p Values Scale (type = 3) only shows efficacy boundaries.
It should include those for futility boundaries.

Examples:

getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getSampleSizeMeans(alternative = 0.2) |> 
    plot(type = 3)

getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getSampleSizeSurvival() |> 
    plot(type = 3)

getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getSampleSizeRates() |> 
    plot(type = 3)
    
getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getPowerMeans(alternative = 0.2, maxNumberOfSubjects = 100) |> 
    plot(type = 3)

getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getPowerRates(maxNumberOfSubjects = 100) |>
    plot(type = 3)

getDesignInverseNormal(informationRates = c(0.3333, 0.6667, 1),
        futilityBounds = c(-0.1, 0.2)) |>
    getPowerSurvival(maxNumberOfSubjects = 100, maxNumberOfEvents = 80) |> 
    plot(type = 3)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4