trteffect {BayesianPlatformDesignTimeTrend} | R Documentation |
This function estimates the mean treatment effect bias and its rooted mean squared error
trteffect(res, trueeff)
res |
A list of output matrix of a number of trial replicates |
trueeff |
A vector of true treatment effect in each scenario |
A vector of mean treatment effect bias and its rooted mean squared error
## Not run: trteffect(res, trueeff)