- lambda_mcmc
Input matrix containing a MCMC sample of factor loadings. The column names should read as 'LambdaV1_1',..., 'LambdaV1_q', ..., 'LambdaVp_1',..., 'LambdaVp_q', where \(p\) and \(q\) correspond to the number of variables and factors, respectively.
- maxIter
Maximum number of iterations of the RSP algorithm. Default: 1000.
- threshold
Positive threshold for declaring convergence. The actual convergence criterion is threshold
m p q with m denoting the number of MCMC iterations. Default: 1e-6.
- verbose
Logical value indicating whether to print intermediate output or not.
- sa_loops
Number of simulated annealing loops per MCMC draw.
- rotate
Logical. Default: TRUE.
- increaseIter
Logical.
- temperatureSchedule
Single valued function describing the temperature cooling schedule for the simulated annealing loops.
- printIter
Print the progress of the algorithm when processing printIter
MCMCdraws, per iteration. Default: 1000.