conjuncativepower_or_FWER {BayesianPlatformDesignTimeTrend} | R Documentation |
This function reads in the output matrix of a number of trial replicates to calculate the Family wise error rate or Conjunctive power
conjuncativepower_or_FWER(res, scenario, test.type)
res |
A list of output matrix of a number of trial replicates |
scenario |
The true scenario used to generate the res list |
test.type |
The indicator of whether using one side or two side testing. Please make sure that the input test.type does not conflicts to the data. Otherwise the conjunctive power calculation is wrong |
Family wise error rate or Conjunctive power
## Not run: conjuncativepower_or_FWER(res)