Internal functions of ctgt.
## iterative shortcut with branch and bound
actgt_it(y,Tmatrix, Cmatrix,fxs, sxs,Tf,Lamf,Cf,Ts,Lams,Cs,count=1,maxIt=1,a = 0.05)
## to check whether tmin is above cmax
tacmax(tmins,levels,tw, cf,lf,ls,alp )
## to check whether tmin is above ctrue
tactrue(tmins,hyxs,cfull,Wmatrix,alp )
The response vector (numeric vector).
The matrix used to calculate the test statistics.
The matrix used to calculate the critical values.
The name vector of upper model (character vector).
The name vector of lower model (character vector).
Test statistic, eigenvalues, and critical value of fxs.
Test statistic, eigenvalues, and critical value of sxs.
count the branches, default is 1.
maximal number of branches chosen by user, default is 1.
alpha level.
Minimum test statistics.
levels
sorted weights, critical values and level for fxs and sxs.
The name vector of the covariates of interest (character vector).
critical value of full model.
matrix to calculate majorizing vector.
Ningning Xu
Maintainer: Ningning Xu <n.xu@lumc.nl; xu15263142750@gmail.com>