Run the full Tetris pipeline: initial fit -> choose T -> fixed refit
Source:R/tetris.R
fit_tetris_2step.RdMirrors the common workflow:
tetris(..., fixed_bigT=FALSE)
big_T <- choose.A(fit, ...)
tetris(..., fixed_bigT=TRUE, A_fixed=big_T)
Usage
fit_tetris_2step(
Y_list,
alpha = "auto",
beta = 1,
nrun = 3000,
burn = 2000,
nprint = 200,
chooseA_args = list(),
...
)