S4BuysePower-model.tables {BuyseTest} | R Documentation |
Extract Summary for Class "S4BuysePower"
Description
Extract a summary of the results from the powerBuyseTest
function.
Usage
## S4 method for signature 'S4BuysePower'
model.tables(
x,
type = "summary",
statistic = NULL,
endpoint = NULL,
order.Hprojection = NULL,
transformation = NULL
)
Arguments
x |
output of |
type |
[character] should a summary of the results ( |
statistic |
[character] statistic relative to which the power should be computed:
|
endpoint |
[character vector] the endpoints to be displayed: must be the name of the endpoint followed by an underscore and then by the threshold. |
order.Hprojection |
[integer 1,2] the order of the H-project to be used to compute the variance of the net benefit/win ratio. |
transformation |
[logical] should the CI be computed on the logit scale / log scale for the net benefit / win ratio and backtransformed. |
Value
data.frame
Author(s)
Brice Ozenne
See Also
powerBuyseTest
for performing a simulation study for generalized pairwise comparison.