resultrtostats {BayesianPlatformDesignTimeTrend}R Documentation

resultrtostats

Description

This is an inner function of the function resultstantoRfunc

Usage

resultrtostats(
  trteff = NA,
  treatmentindex = NA,
  armleft,
  K,
  group,
  reg.inf,
  fit,
  ns
)

Arguments

trteff

Stan posterior samples of treatment effect sample distribution

treatmentindex

A vector of treatment index at the beginning of a trial

armleft

The number of treatment left in the platform (>2)

K

Total number of arms at the beginning

group

The current stage

reg.inf

The information of how much accumulated information will be used

fit

The stan output

ns

A vector of accumulated number of patient at each stage

Value

A list of stan result inference stats1: A vector of posterior probability for all treatment arms including dropped and active treatment arm stats4: The mean treatment effect estimate of each treatment compared to control stats5: The variance of treatment effect estimate of each treatment compared to control post.prob.btcontrol: a vector including Posterior probability of each active treatment arm better than control

Author(s)

Ziyan Wang

Examples

## Not run: resultrtostats(trteff = NA, treatmentindex = NA, armleft, K, group, reg.inf, fit, ns)

[Package BayesianPlatformDesignTimeTrend version 1.2.3 Index]