Learn R Programming

triggerstrategy (version 1.2.0)

corrMatGenerator: Correlation matrix generator

Description

This function generate the correlation matrix for group sequential trials with two endpoints.

Usage

corrMatGenerator(tp, ts, rhops)

Value

the correlation matrix, Hp goes first, and Hs goes second.

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

Author

Jiangtao Gou

Examples

Run this code
corrMatGenerator(tp=c(0.64,1),
    ts=c(0.25,0.49,1),
    rhops=1)

Run the code above in your browser using DataLab