findSATE2 | R Documentation |
Find the cutoff values of biomarkers based on the standardized average subpopulation treatment effect
findSATE2(z2interval, kkk, muminusmu0, kappa, rhovec, sigma, cLam)
z2interval |
a numeric vector of two values, including the lower and upper limits of the initial interval for z2 |
kkk |
the researchers' weighting preference between the two biomarkers |
muminusmu0 |
a number of the difference between the mean of outcome and the minimal clinically important treatment effect |
kappa |
a number of the correlation coefficient between two biomarkers |
rhovec |
a numeric vector of two correlation coefficients between the output and two biomarkers |
sigma |
a number of the standard deviation of outcome |
cLam |
the desired standardized average subpopulation treatment effect |
a numeric vector of two values which are the cutoff values for z1 and z2
Jiangtao Gou
Fengqing Zhang
Zhang, F. and Gou, J. (2025). Using multiple biomarkers for patient enrichment in two-stage clinical designs. Technical Report.
z2interval <- c(-4, 4)
kkk <- 1
muminusmu0 <- 1.8
kappa <- 0.1
rhovec <- c(0.1, 0.2)
sigma <- 1
cLam <- 2.5
findSATE2(z2interval, kkk, muminusmu0, kappa, rhovec, sigma, cLam)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.