Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

genCorrMat

Correlation Matrix Generator


Description

Generate correlation matrix between standardized sample mean test statistics for the two endpoint at different looks.

Usage

genCorrMat(gammaVec, type, rhoPS = 0)

Arguments

gammaVec

a vector which contains gamma_(1), ..., gamma_(K-1), gamma_(K), square root of information vector.

type

type of primary or secondary endpoint. For primary endpoint calculation, type is 1, the returned matrix is K by K. For secondary endpoint calculation, type is 2, the returned matrix is (K+1) by (K+1).

rhoPS

correlation between primary and secondary endpoints.

Details

This function generates correlation matrix between different mean statistics. For more details, refer to Tamhane et al. (2018, Biometrics), section 2.

Value

correlation matrix, K by K for primary endpoint, (K+1) by (K+1) for secondary endpoint, where K is the number of interims.

Author(s)

Jiangtao Gou

Fengqing (Zoe) Zhang

References

Tamhane, A. C., Gou, J., Jennison, C., Mehta, C. R., and Curto, T. (2018). A gatekeeping procedure to test a primary and a secondary endpoint in a group sequential design with multiple interim looks. Biometrics, 74(1), 40-48.

Examples

corrMat <- genCorrMat(gammaVec=c(sqrt(1/3),sqrt(2/3),1), type=2, rhoPS = 0.3)

gsrsb

Group Sequential Refined Secondary Boundary

v1.1.1
GPL-3
Authors
Jiangtao Gou and Fengqing (Zoe) Zhang
Initial release
2019-06-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.