get_results.cpp: Get Results for Simulation of a Basket Trial with a Calibrated Power Prior
Design
Description
Get Results for Simulation of a Basket Trial with a Calibrated Power Prior
Design
Usage
# S3 method for cpp
get_results(
design,
n,
p1 = NULL,
lambda,
tune_a,
tune_b,
iter = 1000,
data = NULL,
...
)
Value
A matrix of results with iter rows. A 0 means, that the
null hypothesis that the response probability exceeds p0 was not
rejected, a 1 means, that the null hypothesis was rejected.
Arguments
design
An object of class cpp.
n
The sample size per basket.
p1
Probabilities used for the simulation. If NULL
then all probabilities are set to p0.
lambda
The posterior probability threshold.
tune_a
First tuning parameter that determines the amount of borrowing
based on pairwise similarity between baskets.
tune_b
Second tuning parameter that determines the amount of borrowing
based on pairwise similarity between baskets.
iter
The number of iterations in the simulation. Is ignored if
data is specified.
data
A data matrix with k column with the number of responses for each
basket. Has to be generated with get_data. If data is used,
then iter is ignored.