A list containing the test method (method),
parameters of this test method (parameter),
point estimate of the treatment effect (estimate),
standardized error of the treatment effect (se),
Z-score of each test of the MaxCombo (z),
p-values (p_value)
and the correlation matrix of each tests in MaxCombo (begin with v)
Arguments
data
A TTE dataset.
rho
Numeric vector. Must be greater
than or equal to zero. Must be the same length as gamma.
gamma
Numeric vector. Must be
greater than or equal to zero. Must be the same length as rho.
return_variance
A logical flag that, if TRUE, adds columns
estimated variance for weighted sum of observed minus expected;
see details; Default: FALSE.
return_corr
A logical flag that, if TRUE, adds columns
estimated correlation for weighted sum of observed minus expected;
see details; Default: FALSE.