conjuncativepower_or_FWER {BayesianPlatformDesignTimeTrend} | R Documentation |
conjuncativepower_or_FWER
Description
This function reads in the output matrix of a number of trial replicates to calculate the Family wise error rate or Conjunctive power
Usage
conjuncativepower_or_FWER(res, scenario, test.type)
Arguments
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 |
Value
Family wise error rate or Conjunctive power
Examples
## Not run: conjuncativepower_or_FWER(res)
[Package BayesianPlatformDesignTimeTrend version 1.2.3 Index]