S4BuyseTest-vcov | R Documentation |
Extract uncertainty about the summary statistics (net benefit, win ratio, ...) from GPC.
## S4 method for signature 'S4BuyseTest'
vcov(
object,
endpoint = NULL,
statistic = NULL,
strata = FALSE,
cumulative = TRUE,
...
)
object |
a |
endpoint |
[character] for which endpoint(s) the variance-covariance matrix should be output?
If |
statistic |
[character] the statistic summarizing the pairwise comparison relative to which the variance is to be output: |
strata |
[character vector] the strata relative to which the variance-covariance matrix should be output.
Can also be |
cumulative |
[logical] should the summary statistic be cumulated over endpoints? Otherwise display the contribution of each endpoint. |
... |
ignored. |
When consider a second order H-decomposition, it is only used to estimate variance: the correlation between endpoints is evaluated using the first order H-decomposition.
A numeric matrix.
Brice Ozenne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.