| corrMatGenerator {triggerstrategy} | R Documentation | 
Correlation matrix generator
Description
This function generate the correlation matrix for group sequential trials with two endpoints.
Usage
corrMatGenerator(tp, ts, rhops)
Arguments
tp | 
 an information fraction vector of Hp  | 
ts | 
 an information fraction vector of Hs  | 
rhops | 
 a number that shows the correlation coefficient between the test statistics of the primary endpoint and that of the secondary endpoint  | 
Value
the correlation matrix, Hp goes first, and Hs goes second.
Author(s)
Jiangtao Gou
Examples
corrMatGenerator(tp=c(0.64,1),
    ts=c(0.25,0.49,1),
    rhops=1)
[Package triggerstrategy version 1.2.0 Index]